Prado\Web\UI\WebControls\TWizard::applyStepContentProperties PHP 메소드

applyStepContentProperties() 보호된 메소드

Applies properties to the wizard step content
    protected function applyStepContentProperties()
    {
        if (($style = $this->getViewState('StepStyle', null)) !== null) {
            $this->_stepContent->getStyle()->mergeWith($style);
        }
    }
TWizard