Prado\Web\UI\WebControls\TStyleSheet::setPradoStyles PHP Method

setPradoStyles() public method

Include css library to the current page. The current supported libraries are: "jquery-ui", "bootstrap" and all the split jquery.ui.componentname libraries.
Since: 3.3.1
public setPradoStyles ( $value )
    public function setPradoStyles($value)
    {
        $this->setViewState('PradoStyles', $value, '');
    }