PANELEDITOR.vue.ftl 1.0 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<app-color-span <#t>
  :value="data.${editor.name?lower_case}" <#t>
  name="${editor.name?lower_case}" <#t>
  :data="data" <#t>
  :context="context" <#t>
  :viewparams="viewparams" <#t>
  :localContext =<@getNavigateContext editor /> <#t>
  :localParam =<@getNavigateParams editor /> <#t>
<#if item.getPSCodeList?? && item.getPSCodeList()??>
<#assign codelist=item.getPSCodeList() />
  tag="${codelist.codeName}"
  codelistType="${codelist.getCodeListType()}"
<#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> 
  <#if editor.getEditorParam("color","")?? && editor.getEditorParam("color","") !="">
    color="${editor.getEditorParam("color","")}"
  </#if>
  style="${item.getEditorCssStyle()}"> <#t>
</app-color-span> <#lt>