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/properties/ |
<div id="tv-wprops-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 ,labelAlign: 'top' ,cls: 'form-with-labels' ,border: false ,items: [{ xtype: 'textfield' ,fieldLabel: _('url_display_text') ,name: 'prop_text' ,value: params['text'] || '' ,listeners: oc ,anchor: '100%' },{ xtype: 'textfield' ,fieldLabel: _('title') ,name: 'prop_title' ,value: params['title'] || '' ,listeners: oc ,anchor: '100%' },{ xtype: 'textfield' ,fieldLabel: _('class') ,name: 'prop_class' ,value: params['class'] || '' ,listeners: oc ,anchor: '100%' },{ xtype: 'textfield' ,fieldLabel: _('style') ,name: 'prop_style' ,value: params['style'] || '' ,listeners: oc ,anchor: '100%' },{ xtype: 'textfield' ,fieldLabel: _('target') ,name: 'prop_target' ,value: params['target'] || '' ,listeners: oc ,anchor: '100%' },{ xtype: 'textfield' ,fieldLabel: _('attributes') ,name: 'prop_attrib' ,value: params['attrib'] || '' ,listeners: oc ,anchor: '100%' }] ,renderTo: 'tv-wprops-form{/literal}{$tv}{literal}' }); // ]]> </script> {/literal}