05 2012 档案

摘要:主要实现的是高级查询面板向后台传递参数,自动装配,进行查询。高级查询面板的代码如下: var searchForm = new Ext.FormPanel({ labelWidth : 35, layout : 'column', floating : false, bodyStyle : 'padding:5px 5px 0', draggable : false, defaults : { width : 230 }, defaultType : 'textfield', items : [{ fieldLabel : '用户名 阅读全文
posted @ 2012-05-13 11:20 园林鸟 阅读(4953) 评论(0) 推荐(0)
摘要:Ext.require(['Ext.window.Window', 'Ext.tab.*', 'Ext.toolbar.Spacer', 'Ext.layout.container.Card', 'Ext.layout.container.Border']);Ext.onReady(function() { Ext.create('Ext.Window', { title : '管理员须知', width : 400, height : 50, id:'knowwin' 阅读全文
posted @ 2012-05-08 13:57 园林鸟 阅读(511) 评论(0) 推荐(0)
摘要:/* * * This file is part of Ext JS 4 * * Copyright (c) 2011 Sencha Inc * * Contact: http://www.sencha.com/contact * * GNU General Public License Usage This file may be used under the terms of the * GNU General Public License version 3.0 as published by the Free Software * Foundation and appearin... 阅读全文
posted @ 2012-05-04 21:30 园林鸟 阅读(8816) 评论(0) 推荐(0)