| Package | Description |
|---|---|
| org.opencms.workplace.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDefaultPageEditor
Provides methods for building editors for the CmsDefaultPage page type.
|
class |
CmsEditorFrameset
Helper class to create the editor frameset.
|
class |
CmsSimpleEditor
Creates the output for editing a resource (text or JSP files).
|
class |
CmsSimplePageEditor
Creates the output for editing a CmsDefaultPage with the simple textarea editor.
|
class |
CmsXmlContentEditor
Creates the editor for XML content definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsEditorActionHandler.editorAction(CmsEditor editor,
CmsJspActionElement jsp)
Performs an action which is configurable in the implementation of the interface, e.g. save, exit, publish.
|
void |
CmsEditorActionDefault.editorAction(CmsEditor editor,
CmsJspActionElement jsp) |