摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JSP Page</title> <script type="text/javascript" src="../ext-3.4.0/adapter/ext/ext-base.js"></script> <script type="text/j 阅读全文
posted @ 2013-02-19 17:30 Peter_youny 阅读(513) 评论(0) 推荐(0)
摘要: <div id="grid-div"></div> <script> Ext.onReady(function(){ var cm = new Ext.grid.ColumnModel([ //设置好表的列头 {header:'编号',dataIndex:'id',sortable:true}, //{首部显示文本,列对应的记录集字段,列是否排序(sortable)} {header:'名称',dataI... 阅读全文
posted @ 2013-02-19 14:25 Peter_youny 阅读(179) 评论(0) 推荐(0)
摘要: 转载自:http://rhyme.blog.51cto.com/328158/81339 <div id="hello"></div> <script>// panel Ext.onReady(function(){ new Ext.Panel({ renderTo:"hello", //D... 阅读全文
posted @ 2013-02-19 13:38 Peter_youny 阅读(163) 评论(0) 推荐(0)