0
Text Box Control (version 22)
Knowledge Base / Version 22 / Client Tools / Axiom / Applications
The 'Text Box' control is used to trigger a script to run whenever a text change is made. As it requires scripting, this control is only available to admin users when creating applications.
Properties
- Name - a unique name used to reference the control in script *
- Height - the height of the control in pixels
- IsVisible - a checkbox to show or hide the control
- Text - sets the text value of the Text Box
- Width - the width of the control in pixels
- X - the horizontal coordinate of the top-left corner in relation to its parent container
- Y - the vertical coordinate of the top-left corner in relation to its parent container
- OnTextChange - triggers a script to run when the text is changed *
* These properties are only available to admin users.