Difference between revisions of "Input"

From HSYCO
Jump to navigation Jump to search
(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...")
 
Line 2: Line 2:
 
Input field that allows the user to input a text.
 
Input field that allows the user to input a text.
 
Can be used with a [[submit]] button.
 
Can be used with a [[submit]] button.
 +
 +
Requires an ID.
  
 
== Parameters ==
 
== Parameters ==
*'''address''': device data point name
+
*'''position''': the object's position. Use the pixels or rows and columns coordinates format.
*'''position''': the position of the button. Use the pixels or rows and columns coordinates format
+
*'''css''': optional. Defines the CSS style for the input field.
*'''label''': the text label on the button. Can contain HTML tags.
 
  
 
== index.hsc ==
 
== index.hsc ==

Revision as of 12:09, 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 <address>; <position>; <label>)

UI Attributes

UI Object Attributes (Common) UI Object Attributes (Field)