|

ReferenceObject


(string) If Position is set to ZORDER_INSERT_BEFORE or ZORDER_INSERT_BEHIND, this is the object that the object specified in ObjectName will be positioned next to. ReferenceObject is an empty string ("") by default.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Page.SetRadioValue

OverviewExamples

Page.SetRadioValue ( string Value,


string GroupID = "",


number Type = RADIOGROUP_VALUE )


De s cr ip t ion


Selects a radio button item in a group by value, object name or radio button text.


Tip: You can get the selected radio button on the page using the Page.GetRadioValue action.


image

P arame t er s


Value


(string) The radio button that should be selected in the group. This value will be interpreted according to the Type parameter.


|