Uses of Class
org.opencms.widgets.CmsHtmlWidgetOption
Packages that use CmsHtmlWidgetOption
Package
Description
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
-
Uses of CmsHtmlWidgetOption in org.opencms.widgets
Methods in org.opencms.widgets that return CmsHtmlWidgetOptionModifier and TypeMethodDescriptionA_CmsHtmlWidget.parseWidgetOptions
(CmsObject cms) Creates a CmsHtmlWidgetOption instance from the configuration string.Methods in org.opencms.widgets with parameters of type CmsHtmlWidgetOptionModifier and TypeMethodDescriptionstatic 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, Locale contentLocale) Returns the WYSIWYG editor configuration as a JSON object.