程序包 | 说明 |
---|---|
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_CmsEditorActionHandler |
CmsWorkplaceManager.getEditorActionHandler()
Returns the instantiated editor action handler class.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsWorkplaceManager.setEditorAction(I_CmsEditorActionHandler clazz)
Sets the editor action class.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsEditorActionDefault
Provides a method to perform a user defined action when editing a page.
|