Difference between revisions of "Category:FormInput"
Jump to navigation
Jump to search
(modified by JSMW_PageSchema at 2015-01-06T19:49:11Z) |
(modified by JSMW_PageSchema at 2015-01-07T22:24:07Z) |
||
| (22 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <PageSchema category="FormInput" | + | <PageSchema category="FormInput" name="FormInput" pluralName="FormInputs"> |
| − | + | <semanticforms_Form name="FormInput" pluralName="FormInputs"/> | |
| − | + | <Template name="FormInput" pluralName="FormInputs" format="standard"> | |
| − | <semanticforms_Form name="FormInput" | + | <Field name="inputType" pluralName="inputTypes"> |
| − | |||
| − | |||
| − | |||
| − | <Template name="FormInput" format="standard" | ||
| − | |||
| − | |||
| − | <Field | ||
| − | |||
| − | |||
<semanticforms_FormInput> | <semanticforms_FormInput> | ||
| − | + | <InputType></InputType> | |
| − | + | <Parameter name="size" pluralName="sizes">80</Parameter> | |
| − | <InputType> | ||
| − | <Parameter name="size" | ||
| − | |||
| − | |||
</semanticforms_FormInput> | </semanticforms_FormInput> | ||
| − | <Label> | + | <Label>inputType</Label> |
| − | <semanticmediawiki_Property name=" | + | <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> | <Type>Page</Type> | ||
</semanticmediawiki_Property> | </semanticmediawiki_Property> | ||
| Line 30: | 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-07T22:24:07Z<br> |
| − | + | The following results are based on it: | |
| − | + | * [[:Category:FormInput]]<br> | |
| − | the inputType can be any of [https:// | + | * [[:Template:FormInput]]<br> |
| − | * see also [[:Category: | + | * [[: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 44: | 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 | ||
| Line 50: | Line 50: | ||
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 -- | + | 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
UML diagram for FormInput PageSchema
