Prado\Web\UI\WebControls\TWizard::applyControlProperties PHP Méthode

applyControlProperties() protected méthode

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