程序包 | 说明 |
---|---|
org.opencms.workplace.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsDialogElement> |
CmsDialogElements.computeElements()
Creates a list of possible elements of a template from the template property "template-elements".
|
static java.util.List<CmsDialogElement> |
CmsDialogElements.computeElements(CmsObject cms,
CmsXmlPage xmlPage,
java.lang.String xmlPageUri,
java.util.Locale locale)
Creates a list of possible elements of a template from the template property "template-elements"
and the elements available in the provided xmlPage.
|
static java.util.List<CmsDialogElement> |
CmsDialogElements.computeElements(CmsObject cms,
java.lang.String xmlPageUri,
java.util.Locale locale)
Creates a list of possible elements of a template from the template property "template-elements"
and the elements available in the provided resource file.
|
protected java.util.List<CmsDialogElement> |
CmsDefaultPageEditor.getElementList()
Returns the list of active elements of the page.
|
限定符和类型 | 方法和说明 |
---|---|
int |
CmsDialogElement.compareTo(CmsDialogElement obj) |