256
edits
Line 69: | Line 69: | ||
| variable name || title of variable in SigMath. Must start with a letter and may contain alpha-numeric characters. || No | | variable name || title of variable in SigMath. Must start with a letter and may contain alpha-numeric characters. || No | ||
|- | |- | ||
| title || Sets group title on wizard page. | | title || Sets group title on wizard page. Default is ''group name'' || Yes | ||
|- | |- | ||
| description || Sets the description of the group || Yes | | description || Sets the description of the group || Yes | ||
Line 79: | Line 79: | ||
! Name !! Description !! Optional | ! Name !! Description !! Optional | ||
|- | |- | ||
| title || Sets variable title on wizard page. | | title || Sets variable title on wizard page. Default is ''variable name''. || Yes | ||
|- | |- | ||
| description || Sets the description of the variable || Yes | | description || Sets the description of the variable || Yes | ||
Line 88: | Line 88: | ||
|- | |- | ||
| module || Module to use. Available modules are ''slider'', ''color'', ''dropdown'' and ''input''. Default is ''input''. || Yes | | module || Module to use. Available modules are ''slider'', ''color'', ''dropdown'' and ''input''. Default is ''input''. || Yes | ||
|} | |||
=== Level Four === | |||
Categorized after module. | |||
==== color ==== | |||
Makes a color picker appear when form is clicked. | |||
{| class="wikitable" | |||
|- | |||
! Name !! Description !! Optional | |||
| colspan="3" | No arguments available | |||
|} | |||
==== input ==== | |||
Standard input | |||
{| class="wikitable" | |||
|- | |||
! Name !! Description !! Optional | |||
| colspan="3" | No arguments available | |||
|} | |||
==== slider ==== | |||
{| class="wikitable" | |||
|- | |||
! Name !! Description !! Optional | |||
|- | |||
| start || Sets slider's start value (left end). Default is ''0''. || Yes | |||
|- | |||
| end || Sets slider's end value (right end). Default is ''100''. || Yes | |||
|} | |} | ||
[[Category:SigServer]] | [[Category:SigServer]] |
edits