StringWidget
From OpenCms Wiki
Description
StringWidget allows plaintext input on a single line. For multi-line input, use the otherwise equivalent TextareaWidget.
This widget is the default for elements with type="OpenCmsString".
The user input is not filtered and may include html markup.
Configuration
There are no configuration options for this widget.
<xsd:schema ...> ... <element name="MyElement" type="OpenCmsString" /> ... <layout element="MyElement" widget="StringWidget" /> ... </xsd:schema>