程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client | |
org.opencms.gwt.client |
Core client side support.
|
org.opencms.gwt.client.ui.contenteditor |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContentEditorHandler.openDialog(I_CmsEditableData editableData,
boolean isNew,
java.lang.String dependingElementId)
Opens the XML content editor.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsEditableData
Bean holding data needed to open the xml content editor.
|
class |
CmsEditableDataJSO
Javascript overlay object holding data needed to edit a content collector list element.
|
限定符和类型 | 方法和说明 |
---|---|
protected I_CmsEditableData |
CmsContentEditorDialog.getEditableData()
Returns the editable data.
|
限定符和类型 | 方法和说明 |
---|---|
static com.google.gwt.dom.client.FormElement |
CmsContentEditorDialog.generateForm(I_CmsEditableData editableData,
boolean isNew,
java.lang.String target)
Generates the form to post to the editor frame.
|
void |
CmsContentEditorDialog.openEditDialog(I_CmsEditableData editableData,
boolean isNew,
I_CmsContentEditorHandler editorHandler)
Opens the content editor dialog for the given element.
|