XMLContent
(Difference between revisions)
m (→Widgets) |
|||
Line 27: | Line 27: | ||
* [[TableGalleryWidget]] | * [[TableGalleryWidget]] | ||
* [[TextareaWidget]] | * [[TextareaWidget]] | ||
− | * [[ | + | * [[VfsFileWidget]] |
== External Links == | == External Links == |
Revision as of 10:06, 10 November 2006
Data Types
When creating XML contents, different data types can be used according to the requirements of the desired content. To each data type, a default widget is mapped which creates the input element (e.g. a text input field) for the form based XML content editor.
OpenCms provides the following data types for XML contents:
Widgets
Widgets are used to create a suitable content editor for XML content. The widgets to be used are defined in the XML Schema Definition of your XML content type.
- BooleanWidget
- ColorpickerWidget
- ComboWidget
- DateTimeWidget
- DownloadGalleryWidget
- HtmlGalleryWidget
- HtmlWidget
- ImageGalleryWidget
- LinkGalleryWidget
- SelectorWidget
- StringWidget
- TableGalleryWidget
- TextareaWidget
- VfsFileWidget
External Links
Creating XML Content Definitions