Difference between revisions of "Category:FormInput"

From BITPlan mediawiki-japi Wiki
Jump to navigation Jump to search
(modified by JSMW_PageSchema at 2015-01-07T08:11:03Z)
(modified by JSMW_PageSchema at 2015-01-07T08:14:18Z)
Line 2: Line 2:
 
   <semanticforms_Form name="FormInput"/>
 
   <semanticforms_Form name="FormInput"/>
 
   <Template name="FormInput" format="standard">
 
   <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="Form" name="field">
 
       <Field category="Form" name="field">
 
         <semanticforms_FormInput>
 
         <semanticforms_FormInput>
Line 17: Line 27:
 
</PageSchema>
 
</PageSchema>
 
[[Category:PageSchema]]
 
[[Category:PageSchema]]
This Category has been generated with JSMW_PageSchema Version 0.0.2 at 2015-01-07T08:11:03Z<br>
+
This Category has been generated with JSMW_PageSchema Version 0.0.2 at 2015-01-07T08:14:18Z<br>
 
It has the template: [[:Template:FormInput]]<br>
 
It has the template: [[:Template:FormInput]]<br>
 
And the form: [[:Form:FormInput]]<br>
 
And the form: [[:Form:FormInput]]<br>
the type can be any of [https://semantic-mediawiki.org/wiki/Help:List_of_datatypes Help:List_of_datatypes]<br>
+
the inputType can be any of [https://www.mediawiki.org/wiki/Extension:Semantic_Forms_Inputs Semantic Form Inputs]<br>
 
* see also [[:Category:Form]]
 
* see also [[:Category:Form]]
 
<uml>
 
<uml>
Line 37: Line 47:
 
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
  
 
}
 
}

Revision as of 10:14, 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="Form" name="field">
        <semanticforms_FormInput>
           <InputType>combobox</InputType>
           <Parameter name="size">80</Parameter>
           <Parameter name="autocomplete on category">Form</Parameter>
           <Parameter name="mandatory"></Parameter>
        </semanticforms_FormInput>
        <Label>Form</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-07T08:14:18Z
It has the template: Template:FormInput
And the form: Form:FormInput
the inputType can be any of Semantic Form Inputs

Pages in category "FormInput"

This category contains only the following page.