PDA

View Full Version : Changing Theme



GeXus
11 Aug 2007, 9:07 AM
Hello,

Can anyone tell me how to go about changing a theme? At the top of my page, I have the following included



<link rel="stylesheet" type="text/css" href="js/ext/resources/css/ext-all.css" />

<script type="text/javascript" src="js/ext/adapter/ext/ext-base.js"></script>


<script type="text/javascript" src="js/ext/ext-core.js"></script>
<script type="text/javascript" src="js/ext/package/util.js"></script>
<script type="text/javascript" src="js/ext/package/tabs/tabs.js"></script>

<!-- Tabs Example Files -->
<link rel="stylesheet" type="text/css" href="styles/tabs/tabs-example.css" />
<script type="text/javascript" src="js/tabs/tabs-example.js"></script>


Right now, I am only using the tabs... so I'm not sure if I need to change these CSS includes to reflect a different theme, or is there a variable to change?

Thank You!

tobiu
12 Aug 2007, 3:42 AM
<link rel="stylesheet" type="text/css" href="js/ext/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="js/ext/resources/css/xtheme-vista.css">
...

should be your friend for adding(!) another theme.
for changing one instantely, search the forums.

-> in my optinion, that does not work properly right now (for example tabpanels,...).


kind regards, tobiu