Validates a date against a min and max date. Supports data names for the min and max date as well as the keyword 'today' for validating against the current date. Author: Jacob W Anderson
Validates the controls for a single-column form layout. This validator assumes that there is a one-to-one mapping of dictionery names to controls in the current data context.
Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved.
Verifies that a string is of a certain length, or length range. Reads the following attributes from the configuration element:
minLength: The minimum length of the string maxLength: The maximum length of the string trimmed: True if the string is 'trimmed' prior to validation message: The message returned if validation fails allowNull: True if null strings are allowed
Author: Jacob W Anderson Date: 30 Oct 2003 (c) 2003 Portrate, LLC. All rights reserved.
Validates the value of a year on a date. By default, this validator will prevent years that are earlier than today's year. With configuration, the lower and upper bound on years can be specified. Supports 2-digit and 4-digit years. 2-digit years will be interpreted as "last century" when they are less than 50.