Prado\Web\UI\JuiControls\TJuiControlAdapter::getAssetUrl PHP 메소드

getAssetUrl() 보호된 메소드

protected getAssetUrl ( $file = '' ) : string
리턴 string jQuery asset url.
    protected function getAssetUrl($file = '')
    {
        $base = $this->getPage()->getClientScript()->getPradoScriptAssetUrl('jquery-ui');
        return $base . '/' . $file;
    }