DROPDOWN VAL: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=[[Image:Dropdown_add.png|right|DROPDOWN_VAL]]DROPDOWN_VAL <dropdown number>, <initial value>
{{Command|syntax=[[Image:Dropdown_val.png|right|DROPDOWN_VAL]]DROPDOWN_VAL <dropdown number>, <initial value>
|description=:Define the dafault selection of a dropdown menu
|description=:Define the dafault selection of a dropdown menu



Revision as of 18:59, 19 July 2010

Command

DROPDOWN_VAL
DROPDOWN_VAL
DROPDOWN_VAL <dropdown number>, <initial value>


Define the dafault selection of a dropdown menu

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>
Optional default value.

Example

DROPDOWN_VAL 1, 20