[opencms-dev] HtmlWidget with minimal buttonbar
Paoletti Corrado
c.paoletti at fineco.it
Thu Jun 22 10:56:00 CEST 2017
Hi,
in a HtmlWidget I would like to show a minimal buttonbar: bold, link, table, source.
In my schema I wrote:
<xsd:annotation>
<xsd:appinfo>
<layouts>
<layout element="Html" widget="HtmlWidget" configuration="buttonbar:bold;link;table;source" />
</layouts>
</xsd:appinfo>
</xsd:annotation>
but it is shown only bold and spellcheck buttons!
I read:
http://documentation.opencms.org/javadoc/core/org/opencms/widgets/CmsHtmlWidgetOption.html
and then:
http://www.opencms-wiki.org/wiki/HtmlWidget
I think my BUTTONBAR_DEFAULT has link;table;source (http://documentation.opencms.org/javadoc/core/src-html/org/opencms/widgets/CmsHtmlWidgetOption.html#line.98).
Can anyone help me?
Kind regards,
Corrado
More information about the opencms-dev
mailing list