-
13 Oct 2010 2:13 AM #1
[OPEN-1324] Error in CompositeField's documentation
[OPEN-1324] Error in CompositeField's documentation
Documentation for CompositeField has misleading code in very first example. labelWidth is not a config option of CompositeField and therefore does not change width of labels.
PHP Code:{
xtype: 'compositefield',
labelWidth: 120
items: [
{
xtype : 'textfield',
fieldLabel: 'Title',
width : 20
},
{
xtype : 'textfield',
fieldLabel: 'First',
flex : 1
},
{
xtype : 'textfield',
fieldLabel: 'Last',
flex : 1
}
]
}
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN-1275] Ext.form.CompositeField don't show qtip error when msgTarget='qtip'
By leshcoff in forum Ext 3.x: BugsReplies: 1Last Post: 31 Jul 2011, 11:58 PM -
[OPEN-976] Hidden CompositeField in the FormPanel under Chrome
By vladsch in forum Ext 3.x: BugsReplies: 6Last Post: 16 Sep 2010, 1:38 AM -
[OPEN-1148] Focus method isn't resolved for CompositeField
By WixSL in forum Ext 3.x: BugsReplies: 1Last Post: 23 Jul 2010, 8:59 AM -
[OPEN-986] CompositeField doesn't work in GridEditor - with solution
By harley.333 in forum Ext 3.x: BugsReplies: 0Last Post: 20 May 2010, 11:25 PM -
[OPEN-983] Compositefield doesn't work properly with trackResetOnLoad
By astoltz in forum Ext 3.x: BugsReplies: 0Last Post: 20 May 2010, 12:45 PM


Reply With Quote