提交 f1816225 编写于 作者: hudan's avatar hudan

新增标签插件(颜色)---fx2

上级 d33ac4a9
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
textSeparator="${codelist.textSeparator}" <#t> textSeparator="${codelist.textSeparator}" <#t>
</#if> </#if>
</#if> </#if>
<#if item.getItemParam("color","")?? && item.getItemParam("color","") !=""> <#if editor.getEditorParam("color","")?? && editor.getEditorParam("color","") !="">
color="${item.getItemParam("color","")}" color="${editor.getEditorParam("color","")}"
</#if> </#if>
:context="context" <#t> :context="context" <#t>
:viewparams="viewparams" <#t> :viewparams="viewparams" <#t>
......
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
textSeparator="${codelist.textSeparator}" <#t> textSeparator="${codelist.textSeparator}" <#t>
</#if> </#if>
</#if> </#if>
<#if editor.getEditorParam("color","")?? && editor.getEditorParam("color","") !="">
color="${editor.getEditorParam("color","")}"
</#if>
:data="row" <#t> :data="row" <#t>
:context="context" <#t> :context="context" <#t>
:viewparams="viewparams" <#t> :viewparams="viewparams" <#t>
......
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
textSeparator="${codelist.textSeparator}" <#t> textSeparator="${codelist.textSeparator}" <#t>
</#if> </#if>
</#if> </#if>
<#if item.getItemParam("color","")?? && item.getItemParam("color","") !=""> <#if editor.getEditorParam("color","")?? && editor.getEditorParam("color","") !="">
color="${item.getItemParam("color","")}" color="${editor.getEditorParam("color","")}"
</#if> </#if>
style="${item.getEditorCssStyle()}"> <#t> style="${item.getEditorCssStyle()}"> <#t>
</app-color-span> <#lt> </app-color-span> <#lt>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册