${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>