CONTROL.vue#ITEM_ITEMS.ftl 367 字节
Newer Older
1 2 3 4 5 6
${item.getName()?lower_case}: { name: '${item.getName()?lower_case}', <#if item.isShowCaption()>caption: '${item.caption}', </#if>disabled: false, type: '${item.getItemType()}', visabled: true, dataaccaction: '', uiaction: { } }, 
<#if item.getPSDEToolbarItems()??>
<#list item.getPSDEToolbarItems() as toolbarItem>
 ${P.getPartCode(toolbarItem).code}
</#list>
</#if>