Difference between revisions of "Category:FormInput"
Jump to navigation
Jump to search
(modified by JSMW_PageSchema at 2015-01-06T15:47:10Z) |
(modified by JSMW_PageSchema at 2015-01-07T22:24:07Z) |
||
(29 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <PageSchema | + | <PageSchema category="FormInput" name="FormInput" pluralName="FormInputs"> |
− | + | <semanticforms_Form name="FormInput" pluralName="FormInputs"/> | |
− | <semanticforms_Form name="FormInput"/> | + | <Template name="FormInput" pluralName="FormInputs" format="standard"> |
− | <Template name="FormInput" format="standard"> | + | <Field name="inputType" pluralName="inputTypes"> |
− | <Field name=" | ||
<semanticforms_FormInput> | <semanticforms_FormInput> | ||
− | <InputType> | + | <InputType></InputType> |
− | <Parameter name="size">80</Parameter> | + | <Parameter name="size" pluralName="sizes">80</Parameter> |
</semanticforms_FormInput> | </semanticforms_FormInput> | ||
− | <Label> | + | <Label>inputType</Label> |
+ | <semanticmediawiki_Property name="FormInput_inputType" pluralName="FormInput_inputTypes"> | ||
+ | <Type>Text</Type> | ||
+ | </semanticmediawiki_Property> | ||
+ | </Field> | ||
+ | <Field category="Field" name="field" pluralName="fields"> | ||
+ | <semanticforms_FormInput> | ||
+ | <InputType>combobox</InputType> | ||
+ | <Parameter name="size" pluralName="sizes">80</Parameter> | ||
+ | <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">Field</Parameter> | ||
+ | <Parameter name="mandatory" pluralName="mandatorys"></Parameter> | ||
+ | </semanticforms_FormInput> | ||
+ | <Label>Field</Label> | ||
+ | <semanticmediawiki_Property name="FormInput_field" pluralName="FormInput_fields"> | ||
+ | <Type>Page</Type> | ||
+ | </semanticmediawiki_Property> | ||
</Field> | </Field> | ||
</Template> | </Template> | ||
</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-07T22:24:07Z<br> |
− | + | The following results are based on it: | |
− | + | * [[:Category:FormInput]]<br> | |
− | the inputType can be any of [https:// | + | * [[: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> | ||
+ | * see also [[:Category:Field]] | ||
+ | === UML diagram for FormInput PageSchema=== | ||
<uml> | <uml> | ||
skinparam classBackgroundColor white | skinparam classBackgroundColor white | ||
Line 23: | Line 41: | ||
skinparam classFontSize 12 | skinparam classFontSize 12 | ||
skinparam classFontName Arial | skinparam classFontName Arial | ||
+ | skinparam NoteBorderColor #FF8000 | ||
+ | skinparam NoteBackgroundColor #FFFFF0 | ||
− | title | + | title FormInput |
note as FormInputDiagramNote | note as FormInputDiagramNote | ||
Copyright (c) 2015 BITPlan GmbH | Copyright (c) 2015 BITPlan GmbH | ||
+ | [[http://www.bitplan.com]] | ||
end note | end note | ||
note as FormInputNote | note as FormInputNote | ||
− | + | I am a userinterface control to add input for a template field | |
end note | end note | ||
FormInputNote ..FormInput | FormInputNote ..FormInput | ||
Class FormInput <<Category>> { | Class FormInput <<Category>> { | ||
− | + | Text inputType | |
} | } | ||
+ | FormInput -- Field | ||
hide <<Category>> circle | hide <<Category>> circle | ||
</uml> | </uml> |
Latest revision as of 23:24, 7 January 2015
<PageSchema category="FormInput" name="FormInput" pluralName="FormInputs">
<semanticforms_Form name="FormInput" pluralName="FormInputs"/> <Template name="FormInput" pluralName="FormInputs" format="standard"> <Field name="inputType" pluralName="inputTypes"> <semanticforms_FormInput> <InputType></InputType> <Parameter name="size" pluralName="sizes">80</Parameter> </semanticforms_FormInput> <Label>inputType</Label> <semanticmediawiki_Property name="FormInput_inputType" pluralName="FormInput_inputTypes"> <Type>Text</Type> </semanticmediawiki_Property> </Field> <Field category="Field" name="field" pluralName="fields"> <semanticforms_FormInput> <InputType>combobox</InputType> <Parameter name="size" pluralName="sizes">80</Parameter> <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">Field</Parameter> <Parameter name="mandatory" pluralName="mandatorys"></Parameter> </semanticforms_FormInput> <Label>Field</Label> <semanticmediawiki_Property name="FormInput_field" pluralName="FormInput_fields"> <Type>Page</Type> </semanticmediawiki_Property> </Field> </Template>
</PageSchema>
This Category has been generated with JSMW_PageSchema Version 0.0.2 at 2015-01-07T22:24:07Z
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