1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-19 12:14:49 +00:00

Updated Value (markdown)

Fellippe Heitor 2018-06-17 19:28:54 -03:00
parent e89f417b6b
commit ecebc0dc4d

@ -1,4 +1,4 @@
Returns the Value of a control, according to the following list: Returns the Value of a control (and allows setting it), according to the following list:
* [[List]], [[Dropdown List|List]]: Value indicates the selected item. * [[List]], [[Dropdown List|List]]: Value indicates the selected item.
* [[CheckBox]], [[Radio Button]], [[Menu item|Menus]]: Value indicates whether the button is checked ([[True|Constants]] or -1) or not ([[False|Constants]] or 0). * [[CheckBox]], [[Radio Button]], [[Menu item|Menus]]: Value indicates whether the button is checked ([[True|Constants]] or -1) or not ([[False|Constants]] or 0).