How to use multiple jQuery UI themes on one page
Hello jQuery Community,
I'm running a content management system (CMS) called DotNetNuke (DNN) that uses JQ UI Dialog Widgets to control the site's content and admin features. I've built some interactive HTML that uses JQ UI's Dialog Widgets as well. I don't want the themes between these assets to conflict so I used the
CSS Scope feature on the
jQuery UI Download Builder .
Which files from the Download Builder package do link to the page so that my assets use the package's theme? No matter what files from the package I included on the page, the Dialog appears un-styled. Please note that I don't need to include the jQuery or jQuery UI libraries again since the CMS already has them loaded. I also made sure to wrap my interactive HTML within a div with the class I specified in the Download Builder's CSS Scope field.
Thank you,
Akheem