Package io.wcm.handler.richtext
Class RichTextNameConstants
java.lang.Object
io.wcm.handler.richtext.RichTextNameConstants
Names used for rich text handling.
Conventions:
- NT_ prefix stands for "node type"
- NN_ prefix stands for "node name"
- PN_ prefix stands for "property name"
- RP_ prefix stands for "request property"
- RA_ prefix stands for "request attribute"
- CSS_ prefix stands for "CSS class"
-
Field Details
-
PN_TEXT
Default property for storing rich text.- See Also:
-
PN_TEXT_IS_RICH
Property that denotes if the text property contains rich text (true) or plain text (false).- See Also:
-