About ExtJSSource for ExtJS,Enjoy it. You can download it here http://extjs.com/download Hello Demo: <script> Ext.onReady(function() { var win=new Ext.Window({title:"hello",width:300,height:200,html:'<h1>Hello,easyjf open source</h1>'}); win.show(); }); </script> see chinese article here -> http://www.easyjf.com/blog/html/20080217/1179671.html Edit date:2008-7 |
