Difference between revisions of "Input"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
*'''css''': optional. Defines the CSS style for the input field | *'''css''': optional. Defines the CSS style for the input field | ||
− | == | + | == Syntax == |
(input!id <position>; <css>) | (input!id <position>; <css>) | ||
Revision as of 12:48, 20 December 2013
Input field that allows the user to input a text. Can be used with a submit button.
Requires an ID.
Parameters
- position: the object's position. Use the pixels or rows and columns coordinates format
- css: optional. Defines the CSS style for the input field
Syntax
(input!id <position>; <css>)