Skip to content

Commit

Permalink
Update combos.js
Browse files Browse the repository at this point in the history
Add new radiogroup combo
  • Loading branch information
sebastian-marinescu authored Feb 27, 2023
1 parent 106ae61 commit 834a183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/components/clientconfig/js/mgr/widgets/combos.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ClientConfig.combo.FieldTypes = function(config) {
['numberfield', _('clientconfig.xtype.numberfield')],
['colorpickerfield', _('clientconfig.xtype.colorpalette')],
['email', _('clientconfig.xtype.email')],
['xradiogroup', _('clientconfig.xtype.radiogroup')],
['xcheckbox', _('clientconfig.xtype.xcheckbox')],
['datefield', _('clientconfig.xtype.datefield')],
['timefield', _('clientconfig.xtype.timefield')],
Expand Down Expand Up @@ -113,4 +114,4 @@ Ext.reg('clientconfig-combo-contexts',ClientConfig.combo.ContextList);
ClientConfig.ux.Line = Ext.extend(Ext.Component, {
autoEl: 'hr'
});
Ext.reg('clientconfig-line', ClientConfig.ux.Line);
Ext.reg('clientconfig-line', ClientConfig.ux.Line);

0 comments on commit 834a183

Please sign in to comment.