How to remove .css and .js link in xml layout when used Yii Bootster
![]()
Thank you.
How to remove .css and .js link in xml layout when used Yii Bootster
![]()
Thank you.
I didn’t understand clearly what you mean, but probably these example lines will be helpful:
Yii::app()->clientScript->scriptMap['*.js'] = false;
Yii::app()->clientScript->scriptMap['jquery-ui.css'] = false;