wsky's tech site

Source Page

Those pages will be useful.
Contact me:

Recent site activity

ExtJS Refference

About ExtJS

Source 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>   
 
 
 
 
Edit date:2008-7
 
 

Attachments (2)