Form:Semantic Form demo: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 44: | Line 44: | ||
|- | |- | ||
! Field_checkboxes (Pick several or none): | ! Field_checkboxes (Pick several or none): | ||
| {{{field|field_checkboxes|input type=checkboxes|values = }}} | | {{{field|field_checkboxes|input type=checkboxes|values = Hard Bop, Be Bop, Latin Jazz, Mainstream, New Orleans, Fusion, I don't listen to Jazz}}} | ||
|- | |- | ||
! Field_datetime: | ! Field_datetime: | ||
| {{{field|field_datetime}}} | | {{{field|field_datetime|input type=datetype}}} | ||
|- | |- | ||
! Field_listbox: | ! Field_listbox: | ||
Line 53: | Line 53: | ||
|- | |- | ||
! Field_datepicker: | ! Field_datepicker: | ||
| {{{field|field_datepicker}}} | | {{{field|field_datepicker|input type=datepicker}}} | ||
|- | |- | ||
! Field_timepicker: | ! Field_timepicker: | ||
| {{{field|field_timepicker}}} | | {{{field|field_timepicker|input type=timepicker}}} | ||
|- | |- | ||
! Field_datetimepicker: | ! Field_datetimepicker: | ||
| {{{field|field_datetimepicker}}} | | {{{field|field_datetimepicker|input type=datetimepicker}}} | ||
|- | |- | ||
! Field_menuselect: | ! Field_menuselect: | ||
| {{{field|field_menuselect}}} | | {{{field|field_menuselect|input type=menuselect | ||
|structure= | |||
* Item 1 | |||
** Item 11 | |||
** Item 12 | |||
* Item 2 | |||
** Item 21 | |||
** Item 22 | |||
}}} | |||
|- | |- | ||
! Field_two_listboxes: | ! Field_two_listboxes: |
Revision as of 15:37, 3 July 2013
This is the "Semantic Form demo" form.
Please do not create new forms. Here are your options:
- Look at the source code and read the Semantic Forms article
- Play with the single Semantic Form demo page
- Create a new form, but do not save it ...
Readme
This form demonstrates Semantic Forms. It uses the Form:Semantic_Form_demo and the Template:Semantic_Form_demo
In order to avoid "data pollution" in this wiki, the Form is not "semantic", i.e. it demonstrates input types that are not linked to semantic properties.