is there a way to enable JQuery UI library everywhere in a Yii application? I’d like a way to enable all my javascript in the main.php config file with all my css. I’m trying to use scriptMap but when I use a Yii widget that uses JqueryUI too it seems that Yii include the same JS library another time and this generates error…
Thanks Ivica, but if I want to set this in the config main.php file is possible or not? As I’ve have just done for jquery.js and jquery.min.js using the scriptmap array of clientscript component: