Default input forms
Table of contents |
FirstSpirit provides a series of input forms that editors can use to attach and manage the various types of content on the site.
The input forms can be roughly divided by function into the following groups:
Entering text and tables
Input form | Name in templates | Link to FirstSpirit Online documentation (ODFS) |
---|---|---|
CMS_INPUT_TEXT | ||
CMS_INPUT_TEXTAREA | ||
CMS_INPUT_DOM | ||
CMS_INPUT_DOMTABLE | ||
Entering numbers and dates
Input form | Name in templates | Link to FirstSpirit Online documentation (ODFS) |
---|---|---|
CMS_INPUT_NUMBER | ||
CMS_INPUT_DATE | ||
Selecting internal and external references (media, links...)
Input form | Name in templates | Link to FirstSpirit Online documentation (ODFS) |
---|---|---|
FS_REFERENCE | ||
CMS_INPUT_LINK | ||
CSM_INPUT_IMAGEMAP | ||
Displaying sections, datasets or links in list form
Input form | Name in templates | Link to FirstSpirit Online documentation (ODFS) |
---|---|---|
CMS_INPUT_SECTIONLIST | ||
FS_CATALOG | ||
FS_INDEX | ||
Creating and selecting datasets
Input form | Name in templates | Link to FirstSpirit Online documentation (ODFS) |
---|---|---|
FS_DATASET | ||
FS_INDEX | ||
Entering/selecting values and states
Input forms | Name in templates | Link to FirstSpirit Online documentation (ODFS) |
---|---|---|
CMS_INPUT_CHECKBOX | ||
CMS_INPUT_COMBOBOX | ||
CMS_INPUT_RADIOBUTTON | ||
CMS_INPUT_TOGGLE | ||
CMS_INPUT_LIST | ||
Executing a function
Input forms | Name in templates | Link to FirstSpirit Online documentation (ODFS) |
---|---|---|
FS_BUTTON | ||
The template developer has the option of specifying default values and invalid entries for some input forms. The effects of editing the input forms are described in section Default values and Invalid entries.
Special case: Input components used that are not available on the server (any more)
Throughout the life cycle of a project, input components used in templates may not be available on the server (any more), perhaps because they have not been installed on the server or because they are obsolete and no longer supported by FirstSpirit. These unknown input components are identified in the form by the following text:
Display errors in the editor (...). There is no component registered as (...)!
In older versions of FirstSpirit, unknown input components may mean that forms can no longer be edited and saved until the configuration has been corrected.
For further information refer to the Forms (→FirstSpirit Online Documentation).