Difference between revisions of "Input"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
== index.hsc == | == index.hsc == | ||
− | (input | + | (input!id <position>; <css>) |
== UI Attributes == | == UI Attributes == | ||
{{:UI Object Attributes (Common)}} | {{:UI Object Attributes (Common)}} | ||
{{:UI Object Attributes (Field)}} | {{:UI Object Attributes (Field)}} |
Revision as of 12:11, 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
index.hsc
(input!id <position>; <css>)