<#ibiztemplate> PUBOBJ=Vue2.PSVue2DEFormItemVC new IBizFormField({ name: '${item.name}', caption: '${item.getCaption()}', visible: true, fieldType: 'FORMITEM', allowEmpty: ${item.isAllowEmpty()?c}, emptyCaption: ${item.isEmptyCaption()?c}, showCaption: ${item.isShowCaption()?c}, labelWidth: ${item.getLabelWidth()?c}, noPrivDisplayMode: ${item.getNoPrivDisplayMode()}, form: this<#if editor.code?length gt 0>, editorParams: ${editor.code} })