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!
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!