Constructor
new module:br-presenter /validator /Cross Validation Property Binder()
Methods
bind Validator(mProperties, oCross Property Validator)
Binds the given validator to the set of named properties provided.
Parameters:
Name | Type | Description |
---|---|---|
mProperties |
Object | The set of named properties that |
oCrossPropertyValidator |
module:br-presenter |
The validator that will validate |
- See:
Returns:
A numeric bind ID that can be used to later unbind this validator using #unbindValidator
.
unbind Validator(nBind Id)
Unbinds a cross-property validator previously set-up using #bindValidator
.
Parameters:
Name | Type | Description |
---|---|---|
nBindId |
int | A numeric bind ID previously returned by |
- See: