|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.CmsWorkplace
org.opencms.workplace.tools.CmsToolDialog
org.opencms.workplace.CmsDialog
org.opencms.workplace.editors.CmsEditor
org.opencms.workplace.editors.CmsSimpleEditor
org.opencms.workplace.editors.CmsLEditEditor
Creates the output for editing a resource.
This class extends the simple editor class and uses the same methods. Be careful when changing anything in the CmsSimpleEditor class.
The following files use this class:
Field Summary | |
static java.lang.String |
EDITOR_TYPE
Constant for the editor type, must be the same as the editors subfolder name in the VFS. |
Fields inherited from class org.opencms.workplace.tools.CmsToolDialog |
PARAM_BASE, PARAM_PATH, PARAM_ROOT, PARAM_STYLE, STYLE_NEW |
Constructor Summary | |
CmsLEditEditor(CmsJspActionElement jsp)
Public constructor. |
Method Summary | |
java.lang.String |
getEditorResourceUri()
Returns the URI to the editor resource folder where button images and javascripts are located. |
Methods inherited from class org.opencms.workplace.editors.CmsSimpleEditor |
actionClear, actionExit, actionSave, initContent, initWorkplaceRequestValues |
Methods inherited from class org.opencms.workplace.tools.CmsToolDialog |
dialogTitle, getAdminTool, getCurrentToolPath, getParamBase, getParamPath, getParamRoot, getParamStyle, getParentPath, getToolManager, iconsBlockArea, iconsBlockAreaEnd, iconsBlockAreaStart, initAdminTool, pageBody, pageHtmlStyle, setParamBase, setParamPath, setParamRoot, setParamStyle, useNewStyle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String EDITOR_TYPE
Constructor Detail |
public CmsLEditEditor(CmsJspActionElement jsp)
jsp
- an initialized JSP action elementMethod Detail |
public final java.lang.String getEditorResourceUri()
CmsEditor
getEditorResourceUri
in class CmsSimpleEditor
CmsEditor.getEditorResourceUri()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |