$enableClientScript public property
Whether to hook up yii.activeForm
JavaScript plugin. This property must be set true
if you want to support client validation and/or AJAX validation, or if you want to take advantage of the yii.activeForm
plugin. When this is false
, the form will not generate any JavaScript.
public boolean $enableClientScript = true
Please login to continue.