Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/public_html/manager/templates/default/element/tv/renders/inputproperties/ |
<div id="tv-input-properties-form{$tv}"></div> {literal} <script type="text/javascript"> // <![CDATA[ var params = { {/literal}{foreach from=$params key=k item=v name='p'} '{$k}': '{$v|escape:"javascript"}'{if NOT $smarty.foreach.p.last},{/if} {/foreach}{literal} }; var oc = {'change':{fn:function(){Ext.getCmp('modx-panel-tv').markDirty();},scope:this}}; MODx.load({ xtype: 'panel' ,layout: 'form' ,autoHeight: true ,cls: 'form-with-labels' ,labelAlign: 'top' ,border: false ,items: [{ xtype: 'combo-boolean' ,fieldLabel: _('required') ,description: MODx.expandHelp ? '' : _('required_desc') ,name: 'inopt_allowBlank' ,hiddenName: 'inopt_allowBlank' ,id: 'inopt_allowBlank{/literal}{$tv}{literal}' ,value: params['allowBlank'] == 0 || params['allowBlank'] == 'false' ? false : true ,width: 200 ,listeners: oc },{ xtype: MODx.expandHelp ? 'label' : 'hidden' ,forId: 'inopt_allowBlank{/literal}{$tv}{literal}' ,html: _('required_desc') ,cls: 'desc-under' },{ xtype: 'textfield' ,fieldLabel: _('combo_listwidth') ,description: MODx.expandHelp ? '' : _('combo_listwidth_desc') ,name: 'inopt_listWidth' ,id: 'inopt_listWidth{/literal}{$tv}{literal}' ,value: params['listWidth'] || '' ,width: 200 ,listeners: oc },{ xtype: MODx.expandHelp ? 'label' : 'hidden' ,forId: 'inopt_listWidth{/literal}{$tv}{literal}' ,html: _('combo_listwidth_desc') ,cls: 'desc-under' },{ xtype: 'textfield' ,fieldLabel: _('combo_title') ,description: MODx.expandHelp ? '' : _('combo_title_desc') ,name: 'inopt_title' ,id: 'inopt_title{/literal}{$tv}{literal}' ,value: params['title'] || '' ,anchor: '100%' ,listeners: oc },{ xtype: MODx.expandHelp ? 'label' : 'hidden' ,forId: 'inopt_title{/literal}{$tv}{literal}' ,html: _('combo_title_desc') ,cls: 'desc-under' },{ xtype: 'combo-boolean' ,fieldLabel: _('combo_typeahead') ,description: MODx.expandHelp ? '' : _('combo_typeahead_desc') ,name: 'inopt_typeAhead' ,hiddenName: 'inopt_typeAhead' ,id: 'inopt_typeAhead{/literal}{$tv}{literal}' ,value: params['typeAhead'] || false ,width: 200 ,listeners: oc },{ xtype: MODx.expandHelp ? 'label' : 'hidden' ,forId: 'inopt_typeAhead{/literal}{$tv}{literal}' ,html: _('combo_typeahead_desc') ,cls: 'desc-under' },{ xtype: 'textfield' ,fieldLabel: _('combo_typeahead_delay') ,description: MODx.expandHelp ? '' : _('combo_typeahead_delay_desc') ,name: 'inopt_typeAheadDelay' ,id: 'inopt_typeAheadDelay{/literal}{$tv}{literal}' ,value: params['typeAheadDelay'] || 250 ,width: 200 ,listeners: oc },{ xtype: MODx.expandHelp ? 'label' : 'hidden' ,forId: 'inopt_typeAheadDelay{/literal}{$tv}{literal}' ,html: _('combo_typeahead_delay_desc') ,cls: 'desc-under' },{ xtype: 'combo-boolean' ,fieldLabel: _('combo_forceselection') ,description: MODx.expandHelp ? '' : _('combo_forceselection_desc') ,name: 'inopt_forceSelection' ,hiddenName: 'inopt_forceSelection' ,id: 'inopt_forceSelection{/literal}{$tv}{literal}' ,value: params['forceSelection'] || false ,width: 200 ,listeners: oc },{ xtype: MODx.expandHelp ? 'label' : 'hidden' ,forId: 'inopt_forceSelection{/literal}{$tv}{literal}' ,html: _('combo_forceselection_desc') ,cls: 'desc-under' },{ xtype: 'textfield' ,fieldLabel: _('combo_listempty_text') ,description: MODx.expandHelp ? '' : _('combo_listempty_text_desc') ,name: 'inopt_listEmptyText' ,id: 'inopt_listEmptyText{/literal}{$tv}{literal}' ,value: params['listEmptyText'] || '' ,anchor: '100%' ,listeners: oc },{ xtype: MODx.expandHelp ? 'label' : 'hidden' ,forId: 'inopt_listEmptyText{/literal}{$tv}{literal}' ,html: _('combo_listempty_text_desc') ,cls: 'desc-under' }] ,renderTo: 'tv-input-properties-form{/literal}{$tv}{literal}' }); // ]]> </script> {/literal}