User Tools

Site Tools


en:template:advanced_string_variables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:template:advanced_string_variables [2017/06/22 11:19]
Nicolas Ronvel [Classic Use]
en:template:advanced_string_variables [2017/06/22 11:20]
Nicolas Ronvel [Color Picker Field]
Line 30: Line 30:
   * [[Rich Text Field|Rich Text Field]] (get the displayed text, without the formatting)   * [[Rich Text Field|Rich Text Field]] (get the displayed text, without the formatting)
   * [[color_picker|Color Picker]] (get the RGB color, and manipulate the color)   * [[color_picker|Color Picker]] (get the RGB color, and manipulate the color)
-  * [[en:​template:​numeric_input_field|]] (get the numeric as a string)+  * [[en:​template:​numeric_input_field|Numeric Input]] (get the numeric as a string)
 ===== Formatting ===== ===== Formatting =====
  
Line 97: Line 97:
  
 Color Picker Fields have several special values. See the [[Color_Picker#​special_values|main page]] of this type of field. Color Picker Fields have several special values. See the [[Color_Picker#​special_values|main page]] of this type of field.
 +
 +==== Numeric Input Field ====
 +
 +The Numeric Input fields return the numeric value as a string when getting it with an advanced string variable. It can be useful to display a value through a textbox on the canvas.
en/template/advanced_string_variables.txt · Last modified: 2017/06/22 11:20 by Nicolas Ronvel