程序包 | 说明 |
---|---|
org.opencms.ade.contenteditor.client |
限定符和类型 | 方法和说明 |
---|---|
protected CmsEditorContext |
CmsContentEditor.getContext()
Gets the editor context.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContentEditor.openFormEditor(CmsEditorContext context,
java.lang.String locale,
java.lang.String elementId,
java.lang.String newLink,
CmsUUID modelFileId,
com.google.gwt.user.client.Command onClose)
Opens the content editor dialog.
|
void |
CmsContentEditor.openInlineEditor(CmsEditorContext context,
CmsUUID elementId,
java.lang.String locale,
com.alkacon.acacia.client.I_InlineFormParent panel,
com.google.gwt.user.client.Command onClose)
Renders the in-line editor for the given element.
|
void |
CmsContentEditor.openStandAloneFormEditor(CmsEditorContext context)
Opens the form based editor.
|