10,730
edits
Line 258: | Line 258: | ||
* DesiredRatio: Specify the desired width to height ratio, for example, "1.3" | * DesiredRatio: Specify the desired width to height ratio, for example, "1.3" | ||
* EnforcementMode: Select whether and how to enforce the image limits (no enforcement, autocrop, autoresize, autocrop and resize, open image editor) | * EnforcementMode: Select whether and how to enforce the image limits (no enforcement, autocrop, autoresize, autocrop and resize, open image editor) | ||
==== Form field variables ==== | |||
Some of the variables for form fields are universal: | |||
* IsEnabled | |||
* IsVisible | |||
* Validate | |||
* Focus | |||
* ErrorMessage | |||
* Label | |||
* Style | |||
Other depend on the field type: | |||
{| class="wikitable sortable" | |||
! Text || Number || Date || Option set | |||
|- | |||
| PlaceholderText <br> IsPassword <br> Kind | |||
| Decimal Places <br> Minimum, Maximum <br> DisplayFormat | |||
| IsTimeVisible | |||
| ComboItems | |||
|} | |||
=== Row Script variables === | === Row Script variables === |