KoolRangeValidator Class [PHP]

Summary

Properties Description
ErrorMessage Set the message that will display when validation is failed.
id Get the id of validator.
MaxValue Set the maximum value.
MinValue Set the minimum value.
Methods Description
Render Render the validator

Properties Detail

ErrorMessageTop

string ErrorMessage

Set the message that will display when validation is failed.

Show/Hide Code

Supported from version: 1.0.0.0

idTop

string id

Get the id of validator.

Show/Hide Code

Supported from version: 1.0.0.0

MaxValueTop

[float][date] MaxValue

Set the maximum value.

Show/Hide Code

Supported from version: 1.0.0.0

MinValueTop

float MinValue

Set the minimum value.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

RenderTop

void Render()

Render the validator

Show/Hide Code

Supported from version: 1.0.0.0