Class CmsEditorConstants
java.lang.Object
org.opencms.ade.contenteditor.shared.CmsEditorConstants
Constants used for content editor integration.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Javascript attribute name.static final String
Attribute used for storing the element view of a collector list element.static final String
Javascript attribute name.static final String
Javascript attribute name.static final String
Javascript function name.static final String
Copy mode value.static final String
Constant for the "reuse" mode when dropping clipboard elements.static final String
Request parameter name.static final String
Request parameter name. -
Method Summary
-
Field Details
-
ATTR_CONTEXT_ID
Javascript attribute name.- See Also:
-
ATTR_MODE
Javascript attribute name.- See Also:
-
ATTR_POST_CREATE_HANDLER
Javascript attribute name.- See Also:
-
FUNCTION_CREATE_NEW
Javascript function name.- See Also:
-
MODE_COPY
Copy mode value.- See Also:
-
PARAM_MODE
Request parameter name.- See Also:
-
PARAM_POST_CREATE_HANDLER
Request parameter name.- See Also:
-
ATTR_ELEMENT_VIEW
Attribute used for storing the element view of a collector list element.- See Also:
-
MODE_REUSE
Constant for the "reuse" mode when dropping clipboard elements.- See Also:
-