예제 #1
0
 function addJsLibraryFile($file)
 {
     $file = NextendFilesystem::getBasePath() . NextendFilesystem::getLibraryPath() . 'javascript/modernizr/' . $file;
     $this->addJsFile($file);
 }
예제 #2
0
파일: jquery.php 프로젝트: pguilford/vcomcc
 function removeJsLibraryFile($file)
 {
     $file = NextendFilesystem::getBasePath() . NextendFilesystem::getLibraryPath() . 'javascript/jquery/1.9.1/' . $file;
     $this->removeJsFile($file);
 }