📄 ajax_simple_update_active_lookups.smarty
字号:
<lookupSet> <!-- this should only include items which are active - you don't need to pass the whole set, since we already have the full set of items --> {foreach from=$aFieldLookups key=iFieldId item=aLookups} <field field_id="{$iFieldId}"> {foreach from=$aLookups item=iLookupId} <lookup lookup_id="{$iLookupId}" /> {/foreach} </field> {/foreach}</lookupSet>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -