\Kendo\UI\WizardValidateForms

A PHP class representing the validateForms setting of Wizard.

Methods

validateOnPrevious

Indicates whether navigation to previous Step will trigger current Step Form validation. By default, Form validation is enabled for any step navigation.

Returns

\Kendo\UI\WizardValidateForms

Parameters

$value boolean

Example

<?php
$validateForms = new \Kendo\UI\WizardValidateForms();
$validateForms->validateOnPrevious(true);
?>
In this article
Not finding the help you need?