INPUTRESTRICT:
Attributes


MASK

Value(s)

CDATA

Default Value

#IMPLIED

MAX

Used only if the input restriction is for a numerical type (integer, float or rounded), this represents the maximum value that can be input.

Value(s)

CDATA

Default Value

#IMPLIED

MIN

Used only if the input restriction is for a numerical type (integer, float or rounded), this represents the minimum value that can be input.

Note that this should not be used to restrict minimums to a fraction less than one. As this is evaluated for each keypress, if a minimum of 0.1 was input, the user would be unable to put in a 0 at the start, as it's less than 0.1.

Value(s)

CDATA

Default Value

#IMPLIED
Back to INPUTRESTRICT


bond-2.1 DTD