|
|
@ -19,49 +19,49 @@ return array( |
|
|
|
'js' => array( |
|
|
|
'js' => array( |
|
|
|
'js/bootstrap-affix.js', |
|
|
|
'js/bootstrap-affix.js', |
|
|
|
), |
|
|
|
), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap'), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap', 'yii/bootstrap/transition'), |
|
|
|
), |
|
|
|
), |
|
|
|
'yii/bootstrap/alert' => array( |
|
|
|
'yii/bootstrap/alert' => array( |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'js' => array( |
|
|
|
'js' => array( |
|
|
|
'js/bootstrap-alert.js', |
|
|
|
'js/bootstrap-alert.js', |
|
|
|
), |
|
|
|
), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap'), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap', 'yii/bootstrap/transition'), |
|
|
|
), |
|
|
|
), |
|
|
|
'yii/bootstrap/button' => array( |
|
|
|
'yii/bootstrap/button' => array( |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'js' => array( |
|
|
|
'js' => array( |
|
|
|
'js/bootstrap-button.js', |
|
|
|
'js/bootstrap-button.js', |
|
|
|
), |
|
|
|
), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap'), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap', 'yii/bootstrap/transition'), |
|
|
|
), |
|
|
|
), |
|
|
|
'yii/bootstrap/carousel' => array( |
|
|
|
'yii/bootstrap/carousel' => array( |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'js' => array( |
|
|
|
'js' => array( |
|
|
|
'js/bootstrap-carousel.js', |
|
|
|
'js/bootstrap-carousel.js', |
|
|
|
), |
|
|
|
), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap'), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap', 'yii/bootstrap/transition'), |
|
|
|
), |
|
|
|
), |
|
|
|
'yii/bootstrap/collapse' => array( |
|
|
|
'yii/bootstrap/collapse' => array( |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'js' => array( |
|
|
|
'js' => array( |
|
|
|
'js/bootstrap-collapse.js', |
|
|
|
'js/bootstrap-collapse.js', |
|
|
|
), |
|
|
|
), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap'), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap', 'yii/bootstrap/transition'), |
|
|
|
), |
|
|
|
), |
|
|
|
'yii/bootstrap/dropdown' => array( |
|
|
|
'yii/bootstrap/dropdown' => array( |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'js' => array( |
|
|
|
'js' => array( |
|
|
|
'js/bootstrap-dropdown.js', |
|
|
|
'js/bootstrap-dropdown.js', |
|
|
|
), |
|
|
|
), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap'), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap', 'yii/bootstrap/transition'), |
|
|
|
), |
|
|
|
), |
|
|
|
'yii/bootstrap/modal' => array( |
|
|
|
'yii/bootstrap/modal' => array( |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'js' => array( |
|
|
|
'js' => array( |
|
|
|
'js/bootstrap-modal.js', |
|
|
|
'js/bootstrap-modal.js', |
|
|
|
), |
|
|
|
), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap'), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap', 'yii/bootstrap/transition'), |
|
|
|
), |
|
|
|
), |
|
|
|
'yii/bootstrap/popover' => array( |
|
|
|
'yii/bootstrap/popover' => array( |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
@ -75,21 +75,21 @@ return array( |
|
|
|
'js' => array( |
|
|
|
'js' => array( |
|
|
|
'js/bootstrap-scrollspy.js', |
|
|
|
'js/bootstrap-scrollspy.js', |
|
|
|
), |
|
|
|
), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap'), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap', 'yii/bootstrap/transition'), |
|
|
|
), |
|
|
|
), |
|
|
|
'yii/bootstrap/tab' => array( |
|
|
|
'yii/bootstrap/tab' => array( |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'js' => array( |
|
|
|
'js' => array( |
|
|
|
'js/bootstrap-tab.js', |
|
|
|
'js/bootstrap-tab.js', |
|
|
|
), |
|
|
|
), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap'), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap', 'yii/bootstrap/transition'), |
|
|
|
), |
|
|
|
), |
|
|
|
'yii/bootstrap/tooltip' => array( |
|
|
|
'yii/bootstrap/tooltip' => array( |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'js' => array( |
|
|
|
'js' => array( |
|
|
|
'js/bootstrap-tooltip.js', |
|
|
|
'js/bootstrap-tooltip.js', |
|
|
|
), |
|
|
|
), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap'), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap', 'yii/bootstrap/transition'), |
|
|
|
), |
|
|
|
), |
|
|
|
'yii/bootstrap/transition' => array( |
|
|
|
'yii/bootstrap/transition' => array( |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
|
'sourcePath' => __DIR__ . '/assets', |
|
|
@ -103,6 +103,6 @@ return array( |
|
|
|
'js' => array( |
|
|
|
'js' => array( |
|
|
|
'js/bootstrap-typeahead.js', |
|
|
|
'js/bootstrap-typeahead.js', |
|
|
|
), |
|
|
|
), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap'), |
|
|
|
'depends' => array('yii/jquery', 'yii/bootstrap', 'yii/bootstrap/transition'), |
|
|
|
), |
|
|
|
), |
|
|
|
); |
|
|
|
); |
|
|
|