DROPDOWN VAL: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=DROPDOWN_VAL <dropdown number>, <initial value> |description=*DESCRPTION* |param1=<dropdown number>|param1_desc={{dropdown number}} |param2=<initial value>|param2_desc={{... |
No edit summary |
||
Line 3: | Line 3: | ||
|param1=<dropdown number>|param1_desc={{dropdown number}} | |param1=<dropdown number>|param1_desc={{dropdown number}} | ||
|param2=<initial value>|param2_desc={{ | |param2=<initial value>|param2_desc={{default value}} | ||
}} | }} | ||
Revision as of 18:54, 19 July 2010
Command
- DROPDOWN_VAL <dropdown number>, <initial value>
- DESCRPTION*
Parameters
- <dropdown number>
- Define the group number of the radio button, for example:
- dropdown_new 1, 15, 52, 110, 24, drop1
- dropdown_add 1, "Simple Shapes", 10
- dropdown_add 1, "Advanced Shapes", 20
- <initial value>
- Template:Default value
Example
- - DROPDOWN_VAL