ON DROPDOWN: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[:Category:Dialog|{{Up}}]] | [[:Category:Dialog|{{Up}}]] | ||
{{Command|syntax=ON_DROPDOWN <dropdown number>, <index>, <control to change>, < | {{Command|syntax=ON_DROPDOWN <dropdown number>, <index>, <control to change>, <new state> | ||
|description= | |description=xxx | ||
|param1=<dropdown number>|param1_desc={{dropdown number}} | |param1=<dropdown number>|param1_desc={{dropdown number}} |
Revision as of 18:49, 18 August 2010
Command
- ON_DROPDOWN <dropdown number>, <index>, <control to change>, <new state>
xxx
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
- <index>
- Template:Index
- <control to change>
- Name of the control to change the state of.
- <change>
- Template:Change
Example
- ON_DROPDOWN