PHP Class Prado\Web\UI\WebControls\TWizardStepType

TWizardStepType defines the enumerable type for the possible types of {@link TWizard wizard} steps. The following enumerable values are defined: - Auto: the type is automatically determined based on the location of the wizard step in the whole step collection. - Complete: the step is the last summary step. - Start: the step is the first step - Step: the step is between the begin and the end steps. - Finish: the last step before the Complete step.
Since: 3.0.4
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEnumerable
Datei anzeigen Open project: pradosoft/prado