<app-span <#t>
name='${editor.name}'
:value="data.${editor.name}" <#t> <#if item.getPSCodeList?? && item.getPSCodeList()??> <#assign codelist=item.getPSCodeList() /> tag='${codelist.codeName}' <#t> codelistType='${codelist.getCodeListType()}' <#t> <#if codelist.getOrMode?? && codelist.getOrMode()?has_content> renderMode="${codelist.getOrMode()}" <#t> </#if> <#if codelist.valueSeparator?has_content> valueSeparator="${codelist.valueSeparator}" <#t> </#if> <#if codelist.textSeparator?has_content> textSeparator="${codelist.textSeparator}" <#t> </#if> </#if> style="${editor.getEditorCssStyle()}"><#t> </app-span><#lt>