Skip to content Skip to sidebar Skip to footer

Add Custom Item To Radio Button In Extjs

I have this radio button group in extjs { xtype: 'radiogroup', flex: 8, vertical: true, columns: 1, labelWidth: 50, id: 'radio_group_id', fieldLabel: 'G

Solution 1:

You can for example render NumberField into boxLabelEl of radio button. Another way is to create two column layout and in 2nd column put labels and numberfield.

Example of first approach: http://jsfiddle.net/NsbyD/2/


Post a Comment for "Add Custom Item To Radio Button In Extjs"