FAXL3: ActionCreateControl
From fringDocumentation
ActionCreateControl
Dynamically adds a new control. There is no default container for this control.
Element ActionCreateControl
The following are the elements or building blocks comprising an ActionCreateControl:
| Required | Direction | Name | Type | Description |
| Required | IN | argControl | Control/ref | Contains the control content. |
FAXL Syntax
<ActionCreateControl> <IN> <argControl> <value> <TextControl> <guiName>myText1</guiName> <Disposition> <Visible>true</Visible> <BasicLayout> <x>50%</x> <y>50%</y> <height>30</height> <width>50%</width> </BasicLayout> <AddonContainer> <AddonID>12345</AddonID> </AddonContainer> </Disposition> <TextValue> <LocaleStrings> <SingleString>Hello World!</SingleString> </LocaleStrings> </TextValue> </TextControl> </value> </argControl> </IN> </ActionCreateControl>