Uses of Class
org.opencms.workplace.editors.CmsDialogElement
Package
Description
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
-
Uses of CmsDialogElement in org.opencms.workplace.editors
Modifier and TypeMethodDescriptionCmsDialogElements.computeElements()
Creates a list of possible elements of a template from the template property "template-elements".static List<CmsDialogElement>
CmsDialogElements.computeElements
(CmsObject cms, String xmlPageUri, 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.static List<CmsDialogElement>
CmsDialogElements.computeElements
(CmsObject cms, CmsXmlPage xmlPage, String xmlPageUri, 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.protected List<CmsDialogElement>
CmsDefaultPageEditor.getElementList()
Returns the list of active elements of the page.