程序包 | 说明 |
---|---|
org.opencms.editors.tinymce | |
org.opencms.widgets |
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
|
构造器和说明 |
---|
CmsTinyMCEWidget(CmsHtmlWidgetOption configuration)
Creates a new TinyMCE widget with the given configuration.
|
限定符和类型 | 方法和说明 |
---|---|
CmsHtmlWidgetOption |
A_CmsHtmlWidget.getHtmlWidgetOption()
Returns the configured Html widget options.
|
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
CmsHtmlWidgetOption.createConfigurationString(CmsHtmlWidgetOption option)
Returns a HTML widget configuration String created from the given HTML widget option.
|
void |
A_CmsHtmlWidget.setHtmlWidgetOption(CmsHtmlWidgetOption htmlWidgetOption)
Sets the configured Html widget options.
|
构造器和说明 |
---|
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.
|