Prado\Web\UI\WebControls\TWizard::applyControlProperties PHP Method

applyControlProperties() protected method

Applies various properties to the components of wizard
protected applyControlProperties ( )
    protected function applyControlProperties()
    {
        $this->applyHeaderProperties();
        $this->applySideBarProperties();
        $this->applyStepContentProperties();
        $this->applyNavigationProperties();
    }
TWizard