为什么我的Ext只有gray主题的?很难看哦!

yexin218 2008-05-07
为什么我的Ext只有gray主题的?很难看哦!
我的代码:
<html xmlns="http://www.w3.org/1999/xhtml" > 
 <head> 
 <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  <title>ExtJS</title> 
  <link rel="stylesheet" type="text/css" href="./css/ext-all.css" /> 
  <script type="text/javascript" src="./js/ext-base.js"></script> 
  <script type="text/javascript" src="./js/ext-all.js"></script> 
  <script type="text/javascript" src="./js/my.js"></script> 
</head>
 <body>
</body> 
      
</html>

Ext.onReady(function(){
var win = new Ext.Window({
title:"yxin218你好",
width:300,
height:200,
html:'<h1>一路风尘,我永远追随你的足迹....</h1><br><h2>I love you...</h2>'
});
win.show();
});

效果如图:

谢谢!
yexin218 2008-05-07
默认的不应该是vista主题的吗?请问如何设置,初学ext.
yexin218 2008-05-09
it is done.........
goldeneye 2008-05-12
how done?
yexin218 2008-05-13
没有导入resource整个文件夹css,image等
Global site tag (gtag.js) - Google Analytics