public class CmsEditorSelector extends java.lang.Object
You can define the class of your editor selector in the OpenCms XML configuration files. The following files use this class:
I_CmsEditorHandler| Constructor and Description |
|---|
CmsEditorSelector(CmsJspActionElement jsp)
Public constructor with JSP action element.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSelectedEditorUri()
Returns the uri of the dialog which will be displayed.
|
public CmsEditorSelector(CmsJspActionElement jsp)
jsp - an initialized JSP action elementpublic java.lang.String getSelectedEditorUri()