EXT初体验——告诉你EXT怎么玩

xiaoxiao2026-05-25  17

今天,项目的页面框架要弄个鬼的EXT,无奈,学吧,虽然页面我没有写过什么,我连JS都不会。 好,废话不说了,说下感觉,下面的例子很简单,感觉很OO,和你熟悉的java思路很近,恩,剑意相同,剑招不同。 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset="iso-8859-1"> <title>Hello World</title> [color=red]<link rel="stylesheet" type="text/css" href="../resources/css/ext-all.css" /> <script type="text/javascript" src="../adapter/ext/ext-base.js"></script> <script type="text/javascript" src="../ext-all.js"></script>[/color] <script type="text/javascript"> Ext.onReady(function(){ Ext.MessageBox.alert("helloworld"); }); </script> </head> <body> </body> </html> 很简单吧,查了下API,用脑袋想下,就知道,那两个JS应该是核心的JS
转载请注明原文地址: https://www.6miu.com/read-5049352.html

最新回复(0)