ON DROPDOWN

From Macros Wiki
Revision as of 16:51, 16 July 2010 by ConnerO (talk | contribs) (New page: {{Command|syntax=ON_DROPDOWN <dropdown number>, <index>, <control to change>, <change> |description=*DESCRPTION* |param1=<dropdown number>|param1_desc={{dropdown number}} |param2=<index>|...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Command

ON_DROPDOWN <dropdown number>, <index>, <control to change>, <change>


  • 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
<index>
Template:Index
<control to change>
Name of the control to change the state of.
<change>
Template:Change

Example

- ON_DROPDOWN