[TOP] sMsgMCRange attribute: sMsgMCRange |
Value Purpose |
The error message presented to the user when the number of options selected is out of range. |
Value Rules |
Must be a string at least one character in length. |
Object Compatibility |
checkbox , select-multiple |
Attribute Compatibility |
sMsgRequired |
Special Strings
|
~RANGE_MIN~ : Translated to iMCMin
~RANGE_MAX~ : Translated to iMCMax
~OPTS_TOTAL~ : Translated to the total number of choices in the element.
~OPTS_CHOSEN~ : Translated to the actual number of selected choices.
|
Sub-Range |
Name |
Purpose |
Rules |
iMCMin |
The minimum allowable selections |
When provided, must be an integer between 0 and [total number of options]. At least one of iMCMin and iMCMax must be provided. When iMCMax is also provided, this must be less-than-or-equal-to it. |
iMCMax |
The maximum allowable selections |
When provided, must be an integer between 0 and [total number of options]. When iMCMin is also provided, this must be greater-than-or-equal-to it. |
|