Prado\Web\UI\WebControls\TClientScript::getPradoScripts PHP Method

getPradoScripts() public method

public getPradoScripts ( ) : string
return string comma delimited list of javascript libraries to included on the page.
    public function getPradoScripts()
    {
        return $this->getViewState('PradoScripts', '');
    }