UI text box
From UBot Studio
(Difference between revisions)
(Created page with "This command is a UI Command. This command creates a field in the UI portion at the top of the browser. == Example == Label refers to the label for the text...") |
|||
Line 3: | Line 3: | ||
== Example == | == Example == | ||
− | Label refers to the label for the text box as it appears on the interface. | + | * Label refers to the label for the text box as it appears on the interface. |
− | Variable refers to the name for the variable that will correspond to the UI text box. It can be inserted into a type text command to fill a field. | + | * Variable refers to the name for the variable that will correspond to the UI text box. It can be inserted into a type text command to fill a field. |
<pre> | <pre> |
Revision as of 15:24, 14 April 2013
This command is a UI Command. This command creates a field in the UI portion at the top of the browser.
Example
- Label refers to the label for the text box as it appears on the interface.
- Variable refers to the name for the variable that will correspond to the UI text box. It can be inserted into a type text command to fill a field.
ui text box("My Keyword:", #keyword) type text(<name="q">, #keyword, "Standard")
Typing a keyword into the UI text box on the UI and running the command will fill the field on the webpage with the keyword typed into the UI text box.