<head runat="server"> <title></title> <link rel="stylesheet" type="text/css" href="EXTJS/Resources/css/ext-all.css" /> <!-- GC --> <!-- LIBS --> <script type="text/javascript" src="EXTJS/Adapter/ext/ext-base.js"></script> <!-- ENDLIBS --> <script type="text/javascript" src="EXTJS/ext-all.js"></script> <!-- Common Styles for the examples --> <link rel="stylesheet" type="text/css" href="EXTJS/examples/examples.css" /> <script type="text/javascript"> var obj = { title: "hello", width: 300, height: 200, html: 'jjjjjjjjjjj'}; var panel = new Ext.Panel(obj); panel.render("hello"); </script> <style type="text/css"> .x-panel-body p { margin:10px; } #container { padding:10px; } </style></head><body> <div id="hello"> </div> </body></html>
这样的代码为什么在运行的时候页面上显示不了PANEL?
添加回答
举报
0/150
提交
取消