XMLContent
(Difference between revisions)
Line 1: | Line 1: | ||
− | == | + | == 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: | |
− | + | * [[OpenCmsBoolean]] | |
− | + | * [[OpenCmsColor]] | |
+ | * [[OpenCmsDateTime]] | ||
+ | * [[OpenCmsHtml]] | ||
+ | * [[OpenCmsLocale]] | ||
+ | * [[OpenCmsString]] | ||
+ | * [[OpenCmsVfsFile]] | ||
− | + | == Widgets == | |
+ | Widgets are used to create a suitable content editor for XML content. The widgets to be used are defined in the [[Defining OpenCMS structured XML content|XML Schema Definition]] of your XML content type. | ||
− | + | * [[BooleanWidget]] | |
− | + | * [[ColorpickerWidget]] | |
− | + | * [[ComboWidget]] | |
− | + | * [[DateTimeWidget]] | |
− | + | * [[DownloadGalleryWidget]] | |
− | + | * [[HtmlGalleryWidget]] | |
− | + | * [[HtmlWidget]] | |
+ | * [[ImageGalleryWidget]] | ||
+ | * [[LinkGalleryWidget]] | ||
+ | * [[SelectorWidget]] | ||
+ | * [[StringWidget]] | ||
+ | * [[TableGalleryWidget]] | ||
+ | * [[TextareaWidget]] | ||
+ | * [[VfsFileWidge]] | ||
== External Links == | == External Links == |
Revision as of 10:00, 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
- VfsFileWidge
External Links
Creating XML Content Definitions