StringWidget

From OpenCms Wiki
Revision as of 12:37, 24 October 2016 by Paul (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox