Home  >  Article  >  Web Front-end  >  ExtJS 2.0 practical and concise tutorial ExtJS version of Hello_extjs

ExtJS 2.0 practical and concise tutorial ExtJS version of Hello_extjs

WBOY
WBOYOriginal
2016-05-16 18:53:261048browse
Copy code The code is as follows:




< title>ExtJS



<script> <br>Ext.onReady(function() <br>{ <br>Ext.MessageBox.alert("hello","Hello,easyjf open source" ); <br>}); <br></script>






Further, we can display a window on the page, the code is as follows:
Copy code The code is as follows: