程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsEditorHandler |
CmsWorkplaceManager.getEditorHandler()
Returns the instantiated editor handler class.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsWorkplaceManager.setEditorHandler(I_CmsEditorHandler clazz)
Sets the editor handler class.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsEditorHandler
This editor handler class returns the editor URI depending on various factors.
|