Description of the Sub-Menu Customizing
From Metis Documentation
|  (→Field Types and Options) | |||
| Line 23: | Line 23: | ||
| border-style: solid; border-color: grey;" | border-style: solid; border-color: grey;" | ||
| |- | |- | ||
| - | ! scope=col style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | Type of  | + | ! scope=col style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | Type of field | 
| - | ! scope=col style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" |  | + | ! scope=col style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | Description and options | 
| - | + | |- | |
| + | | width="15%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| + | '''Boolean''' | ||
| + | | width="85%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
| + | Creates a basic type of customization having only two possible outcomes, such as '''True''' or '''False'''. The following are all the available boolean type options available: | ||
| + | *0 / 1 | ||
| + | *Yes / No | ||
| + | *True / False | ||
| + | *Enable / Disable | ||
| + | *Optional / Mandatory | ||
| + | *Editable / Read Only | ||
| + | *Checkbox: The checkbox option equates to being true when ticked and false when left unticked. | ||
| |- | |- | ||
| | width="15%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | | width="15%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| '''Single selection''' | '''Single selection''' | ||
| - | | width=" | + | | width="85%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | 
| - | [[ | + | The [[#Single_Selection|Single Selection]] rule tests an input and calculates the defined output based on a simple  | 
| - | | width=" | + | logical relation. | 
| + | |- | ||
| + | | width="15%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| + | '''Single selection''' | ||
| + | | width="85%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
| + | The [[#Single_Selection|Single Selection]] rule tests an input and calculates the defined output based on a simple  | ||
| + | logical relation. | ||
| + | |- | ||
| + | | width="15%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
| + | '''Single selection''' | ||
| + | | width="85%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
| The [[#Single_Selection|Single Selection]] rule tests an input and calculates the defined output based on a simple   | The [[#Single_Selection|Single Selection]] rule tests an input and calculates the defined output based on a simple   | ||
| - | |||
| logical relation. | logical relation. | ||
| |- | |- | ||
| | width="15%" style="border-style: solid; border-color: grey; border-width: 0 1px 0 0" | | | width="15%" style="border-style: solid; border-color: grey; border-width: 0 1px 0 0" | | ||
| - | ''' | + | '''Label''' | 
| - | | width=" | + | | width="85%" style="border-style: solid; border-color: grey; border-width: 0 0 0 0" | | 
| - | + | Simple label field which doesn't allow for any input. Used to place information in the customizable windows. | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | the  | + | |
| |- | |- | ||
| |} | |} | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| Line 129: | Line 135: | ||
| *Label: | *Label: | ||
|   Creates a blank field where the user may then enter in a label of their choosing. |   Creates a blank field where the user may then enter in a label of their choosing. | ||
| - | |||
| - | |||
| ==Add== | ==Add== | ||