How can I select just a single theme for making a grid? I dont want to have all themes avaible, just one
1 Answers
The theme is selected by included specific css file. e.g.
<link rel=”stylesheet” type=”text/css” media=”screen” href=”../../lib/js/themes/redmond/jquery-ui.custom.css”></link>
The “redmond” is theme folder.
You can remove all rest themes in lib/js/themes except the one you added as css.
Your Answer