Input
Revision as of 12:06, 20 December 2013 by Hsyco (talk | contribs) (Created page with "Category:UI Objects Input field that allows the user to input a text. Can be used with a submit button. == Parameters == *'''address''': device data point name *'''po...")
Input field that allows the user to input a text. Can be used with a submit button.
Parameters
- address: device data point name
- position: the position of the button. Use the pixels or rows and columns coordinates format
- label: the text label on the button. Can contain HTML tags.
index.hsc
(input <address>; <position>; <label>)