ajax_simple_update_active_lookups.smarty
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SMARTY 代码 · 共 11 行
SMARTY
11 行
<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 + =
减小字号Ctrl + -
显示快捷键?