Hello,
I'm using ThemeRoller in my project to go changing the user interface depending on your taste. Except that I started having a problem that I do not know how I'll solve it. I have to start using tabs to display the tables (I'm using jqgrid for this) and the option to change the font style tabs never change, ie, loads and displays a table tab1, tab2 and carry on presents table I further above the other. And so on. Someone can help me? I'll leave the implementation of the code here ThemeRoller
- <script>
- $(function(){
- $('<div style="position:fixed;top:0px;right:0px;z-index: 1000000"/>')
- .appendTo('body').themeswitcher({initialText:"Seleccione um tema:",
- buttonPreText:"Tema:"
- ,imgpath: "images/themeswitcher/"
- })
- });
- </script>