$inputTypes
$inputTypes : array
Input types (alias => TbActiveForm method name).
$enableAjaxValidation : boolean
Whether to allow AJAX-based validation for this input. Note that in order to use AJAX-based validation, {@link CForm::activeForm} must be configured with 'enableAjaxValidation'=>true.
This property allows turning on or off AJAX-based validation for individual input fields. Defaults to true.
$enableClientValidation : boolean
Whether to allow client-side validation for this input. Note that in order to use client-side validation, {@link CForm::activeForm} must be configured with 'enableClientValidation'=>true.
This property allows turning on or off client-side validation for individual input fields. Defaults to true.