I want to use in my module custom jQuery UI theme from the themeroller. What is the best way to do it?
feedback
|
|
Assuming you are using the jquery_ui module, all you have to do is:
EDIT: However, since Drupal 7 already ships with the latest jQuery UI, all you gotta do is download your custom jQuery UI theme and include it using one of the following methods:
| |||||||||
feedback
|
|
If you are adding the UI via
| ||||
|
feedback
|
|
For Drupal 7, the stock Seven theme does this (repository link) (abridged):
Modify accordingly—i.e. replace "seven" with the name of your theme, and point the path to your jQuery UI theme's CSS file. | |||
|
feedback
|