<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>
這樣的代碼為什么在運(yùn)行的時候頁面上顯示不了PANEL?
請教一個EXTJS的問題
幕布斯6054654
2018-12-07 12:23:40