Package | Description |
---|---|
org.opencms.widgets |
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
|
Modifier and Type | Method and Description |
---|---|
CmsHtmlWidgetOption |
A_CmsHtmlWidget.getHtmlWidgetOption()
Returns the configured Html widget options.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CmsHtmlWidgetOption.createConfigurationString(CmsHtmlWidgetOption option)
Returns a HTML widget configuration String created from the given HTML widget option.
|
static JSONObject |
CmsHtmlWidget.getJSONConfiguration(CmsHtmlWidgetOption widgetOptions,
CmsObject cms,
CmsResource resource,
java.util.Locale contentLocale)
Returns the WYSIWYG editor configuration as a JSON object.
|
void |
A_CmsHtmlWidget.setHtmlWidgetOption(CmsHtmlWidgetOption htmlWidgetOption)
Sets the configured Html widget options.
|
Constructor and Description |
---|
A_CmsHtmlWidget(CmsHtmlWidgetOption configuration)
Creates a new html editing widget with the given configuration.
|
CmsHtmlWidget(CmsHtmlWidgetOption configuration)
Creates a new html editing widget with the given configuration.
|