TWizardStep represents a wizard step. The wizard owning the step can be obtained by {@link getWizard Wizard}. To specify the type of the step, set {@link setStepType StepType}; For step title, set {@link setTitle Title}. If a step can be re-visited, set {@link setAllowReturn AllowReturn} to true.
Since: 3.0
Author: Qiang Xue (qiang.xue@gmail.com)
Inheritance: extends TView
Esempio n. 1
0
 /**
  * Ensures child controls are created.
  * @param mixed event parameter
  */
 public function onInit($param)
 {
     parent::onInit($param);
     $this->ensureChildControls();
 }