SmartBuilder > Help Documentation > Objects > Text Input

Text input action blocks

Block Description
Shows or hides the object Shows or hides the object
Shows or hides the object Shows or hides the object
Sets Objects Text Sets the object's text to the provided text. See examples.
Sets Objects Text Color Sets the object's text color to the provided color tile or hexadecimal value
Sets Objects Border Color Sets the object's line (border) color to the provided color tile or hexadecimal value
Sets Objects Fill Color Sets the object's fill color to the provided color tile or hexadecimal value
Sets Objects Enable or Disable Status Enables or Disables the object depending on the value (true or false) provided
Sets Objects Focus Sets the object's focus to the provided value (true or false)
Sets Objects Visibility Shows or hides the object depending on the value provided. See the section on Visibility.
Returns Objects Text Returns the text value of the object as text
Returns Objects Color Returns the text color as a hexadecimal value
Returns Objects Border Color Returns the border color as a hexadecimal value
Returns Objects Fill Color Returns the fill color as a hexadecimal value
Returns Objects Enabled or Disabled Status Returns true if the object is enabled, false if it is not disabled
Returns Objects Focus Returns true if the object is in focus, false if it is not in focus
Returns Objects Visibility Returns true if the object is visible, false if it is not visible
Input Text Contains? Returns true if the text input object contains the word or words contained in the provided text string. See examples.