| 接口 | 说明 |
|---|---|
| I_CmsPropertyEditorHandler |
An interface for sitemap entry editor modes.
|
| 类 | 说明 |
|---|---|
| A_CmsPropertyEditor |
The abstract base class for dialogs to edit properties.
|
| CmsPropertyPanel |
A tabbed form field container widget.
|
| CmsPropertySelectBox |
This is just a select box with some special text messages for use in the property dialog.
|
| CmsPropertySubmitHandler |
This class handles form submits from property forms and passes the form data to a property editor handler.
|
| CmsSimplePropertyEditor |
The sitemap entry editor class for the VFS mode.
|
| CmsSimplePropertyEditorHandler |
A simpler implementation of the property editor handler interface which only provides
the data to edit a single file's properties (i.e. does not support combined folder/default file
property editing.
|
| CmsUrlNameValidator |
Validator class for the URL name field in the property editor.
|
| CmsVfsModePropertyEditor |
The sitemap entry editor class for the VFS mode.
|
| 枚举 | 说明 |
|---|---|
| CmsReloadMode |
An enum specifying whose values specify whether an entry or its parent need to be reloaded.
|
| 异常错误 | 说明 |
|---|---|
| CmsWidgetNotSupportedException |
The exception which is thrown when a widget is not supported in the sitemap entry editor.
|