Prado\Web\UI\ActiveControls\TActiveDatePicker::registerCalendarClientScriptPre PHP 메소드

registerCalendarClientScriptPre() 보호된 메소드

Registers the javascript code to initialize the date picker.
    protected function registerCalendarClientScriptPre()
    {
        $cs = $this->getPage()->getClientScript();
        $cs->registerPradoScript("activedatepicker");
    }