Difference between revisions of "Category:FormInput"
Jump to navigation
Jump to search
(modified by JSMW_PageSchema at 2015-01-07T08:30:05Z) |
(modified by JSMW_PageSchema at 2015-01-07T10:10:31Z) |
||
Line 27: | Line 27: | ||
</PageSchema> | </PageSchema> | ||
[[Category:PageSchema]] | [[Category:PageSchema]] | ||
− | This Category has been generated with JSMW_PageSchema Version 0.0.2 at 2015-01- | + | This Category has been generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-07T10:10:31Z<br> |
− | + | The following results are based on it: | |
− | + | * [[:Category:FormInput]]<br> | |
+ | * [[:Template:FormInput]]<br> | ||
+ | * [[:Form:FormInput]]<br> | ||
the inputType can be according to <br>see [https://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#Allowed_input_types_for_data_types allowed input types] or <br>any of [https://www.mediawiki.org/wiki/Extension:Semantic_Forms_Inputs Semantic Form Inputs]<br> | the inputType can be according to <br>see [https://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#Allowed_input_types_for_data_types allowed input types] or <br>any of [https://www.mediawiki.org/wiki/Extension:Semantic_Forms_Inputs Semantic Form Inputs]<br> | ||
* see also [[:Category:Field]] | * see also [[:Category:Field]] | ||
+ | === UML diagram for FormInput PageSchema=== | ||
<uml> | <uml> | ||
skinparam classBackgroundColor white | skinparam classBackgroundColor white | ||
Line 41: | Line 44: | ||
skinparam NoteBackgroundColor #FFFFF0 | skinparam NoteBackgroundColor #FFFFF0 | ||
− | title | + | title FormInput |
note as FormInputDiagramNote | note as FormInputDiagramNote | ||
Copyright (c) 2015 BITPlan GmbH | Copyright (c) 2015 BITPlan GmbH |
Revision as of 11:10, 7 January 2015
<PageSchema category="FormInput">
<semanticforms_Form name="FormInput"/> <Template name="FormInput" format="standard"> <Field name="inputType"> <semanticforms_FormInput> <InputType></InputType> <Parameter name="size">80</Parameter> </semanticforms_FormInput> <Label>inputType</Label> <semanticmediawiki_Property name="FormInput_inputType"> <Type>Text</Type> </semanticmediawiki_Property> </Field> <Field category="Field" name="field"> <semanticforms_FormInput> <InputType>combobox</InputType> <Parameter name="size">80</Parameter> <Parameter name="autocomplete on category">Field</Parameter> <Parameter name="mandatory"></Parameter> </semanticforms_FormInput> <Label>Field</Label> <semanticmediawiki_Property name="FormInput_field"> <Type>Page</Type> </semanticmediawiki_Property> </Field> </Template>
</PageSchema>
This Category has been generated with JSMW_PageSchema Version 0.0.2 at 2015-01-07T10:10:31Z
The following results are based on it:
the inputType can be according to
see allowed input types or
any of Semantic Form Inputs
- see also Category:Field