程序包 | 说明 |
---|---|
org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
org.opencms.workplace.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
限定符和类型 | 方法和说明 |
---|---|
CmsEditorDisplayOptions |
CmsWorkplaceManager.getEditorDisplayOptions()
Returns the instantiated editor display option class.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsWorkplaceManager.setEditorDisplayOptions(CmsEditorDisplayOptions clazz)
Sets the editor display option class.
|
限定符和类型 | 方法和说明 |
---|---|
CmsEditorDisplayOptions |
CmsEditor.getEditorDisplayOptions()
Returns the instantiated editor display option class from the workplace manager.
|