Adding jQuery UI

This commit is contained in:
Kyle Johnson 2013-05-29 17:46:07 -04:00
parent 633aa7a9ad
commit 26f99bf76b
3 changed files with 18 additions and 0 deletions

View File

@ -31,11 +31,13 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
echo $this->Html->meta('icon');
echo $this->Html->css('cake.generic');
echo $this->Html->css('jquery-ui.min');
echo $this->fetch('meta');
echo $this->fetch('css');
echo $this->fetch('script');
echo $this->Html->script('jquery-2.0.1.min');
echo $this->Html->script('jquery-ui.min');
echo $this->Html->script('events.js');
echo $this->Js->writeBuffer();
?>

4
web/app/webroot/css/jquery-ui.min.css vendored Normal file

File diff suppressed because one or more lines are too long

12
web/app/webroot/js/jquery-ui.min.js vendored Normal file

File diff suppressed because one or more lines are too long