我正在使用flux,我想使用flux以后端形式显示rte(富文本编辑器)。
<f:section name="Configuration">
//...Here i want to display rte element
</f:section>
答案 0 :(得分:4)
使用Flux表格,您可以使用以下代码
isValid()
在表格中您可以使用以下
<f:section name="Configuration">
<flux:field.text name="Text" label="Whatever" enableRichText="1" />
</f:section>
请从<f:section name="Main">
<f:format.html>{Text}</f:format.html>
<f:section name="Main">
获取更多帮助您可以see here