锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲国产国产亚洲一二三,成年人视频在线免费观看,国产91色在线免费http://www.aygfsteel.com/niudan/category/48751.htmlJAVA浣跨敤杞歡 寮鍙戝伐鍏?/description>zh-cnSat, 05 Nov 2011 06:30:23 GMTSat, 05 Nov 2011 06:30:23 GMT60EXt榪囨護store鏁版嵁淇℃伅http://www.aygfsteel.com/niudan/archive/2011/11/04/362670.html鐜嬭豹鐜嬭豹Fri, 04 Nov 2011 03:52:00 GMThttp://www.aygfsteel.com/niudan/archive/2011/11/04/362670.htmlhttp://www.aygfsteel.com/niudan/comments/362670.htmlhttp://www.aygfsteel.com/niudan/archive/2011/11/04/362670.html#Feedback0http://www.aygfsteel.com/niudan/comments/commentRss/362670.htmlhttp://www.aygfsteel.com/niudan/services/trackbacks/362670.html    /*榪囨護璁劇疆
    Ext.getCmp("Relation_Combo").store.load({ params: { action: 'GetDictInfoListByDictType', dictType: 'ServiceRelativeType' },
    callback: function(r, options, success) {
    var filterType = [1, 2, 6, 7];
    var defaultType = 3;
    for (var i = 0; i < r.length; i++) {
    var record = r[i];
    if (filterType.contains(record.data.DictCode)) {
    Ext.getCmp("Relation_Combo").store.remove(record);
    }
    }

            if (defaultType) {
    Ext.getCmp("Relation_Combo").store.remove(r[0]);
    Ext.getCmp("Relation_Combo").setValue(defaultType);
    }

        }
    });
    */



鐜嬭豹 2011-11-04 11:52 鍙戣〃璇勮
]]>
ext 璇誨彇鍚庡彴鏁版嵁渚嬪瓙http://www.aygfsteel.com/niudan/archive/2011/06/30/353415.html鐜嬭豹鐜嬭豹Thu, 30 Jun 2011 02:28:00 GMThttp://www.aygfsteel.com/niudan/archive/2011/06/30/353415.htmlhttp://www.aygfsteel.com/niudan/comments/353415.htmlhttp://www.aygfsteel.com/niudan/archive/2011/06/30/353415.html#Feedback0http://www.aygfsteel.com/niudan/comments/commentRss/353415.htmlhttp://www.aygfsteel.com/niudan/services/trackbacks/353415.html var MemberField = [
"CID",
"CompanyName",
"LinkMan",
"TelNum",
"MobNum",
"FaxNum",
"Address",
"ZipCode",
"WebSite",
"UID",
"RDate"
]; 榪欎釜鏄緗畇tore鐨勫瓧孌?br />            var MemberStore = new Ext.data.GroupingStore({
                proxy: new Ext.data.HttpProxy(
           {
               url: "Ajax.ashx",
               method: "POST"
           }),
                reader: new Ext.data.JsonReader(
        {
            fields: MemberField
        })
            });
            MemberStore.load({ params: { action: 'Company' },
                callback: function() { }
            });
            var sm = new Ext.grid.CheckboxSelectionModel({
                dataIndex: "CID"
            });
榪欎釜鏄痵tore 鐨勬ā鏉?鍙互璁劇疆浠庨偅涓〉闈㈠彇鍊煎拰瀛楁鏄粈涔堟牱瀛愮殑 鍜屾彁浜ゆ柟寮?鏁版嵁浠庨偅涓妭鐐瑰彇鍊?br />            var cm = new Ext.grid.ColumnModel([
 { header: "鍏徃鍚嶇О", dataIndex: "CompanyName", sortable: true, width: 200, resizable: false },
 { header: "鑱旂郴浜?, dataIndex: "LinkMan", sortable: true, width: 120, resizable: false },
 { header: "鐢佃瘽", dataIndex: "TelNum", sortable: true, width: 120, resizable: false },
 { header: "浼犵湡", dataIndex: "FaxNum", sortable: true, width: 120, resizable: false },
 { header: "鍦板潃", dataIndex: "Address", sortable: true, width: 500, resizable: false },
 { header: "閭紪", dataIndex: "ZipCode", sortable: true, width: 60, resizable: false },
 { header: "緗戝潃", dataIndex: "WebSite", sortable: true, width: 150, renderer: Funurl, resizable: false }

 ]);
榪欎釜鏄痝rid鐨勫垪琛ㄥ瓧孌靛拰鏄劇ず鏂瑰紡
            function Funurl(value, p, record) {
                return "<a href='" + value + "' target='_blank'>" + value + "</a>";
            }
//榪欎釜鏄痝rid璁劇疆
            var MemberGrid = new Ext.grid.GridPanel({
                renderTo: Ext.getBody(),
                title: "鍏徃鍒楄〃",
                frame: true,
                id: "MemberGrid",
                store: MemberStore,
                sm: sm,
                cm: cm,
                clicksToEdit: 1,
                autoHeight: true,
                tbar: [
                { xtype: "button", text: "鏂板緩", handler: function() { win.show(); } },
                { xtype: "label", html: "|" },
                { xtype: "button", text: "鍒鋒柊", handler: function() { } }

                ],
                viewConfig: {
                    layout: function() {
                        if (!this.mainBody) {
                            return; // not rendered  
                        }
                        var g = this.grid;
                        var c = g.getGridEl();
                        var csize = c.getSize(true);
                        var vw = csize.width;
                        if (!g.hideHeaders && (vw < 20 || csize.height < 20)) { // display:  
                            // none?  
                            return;
                        }
                        if (g.autoHeight) {
                            if (this.innerHd) {
                                this.innerHd.style.width = (vw) + 'px';
                            }
                        } else {
                            this.el.setSize(csize.width, csize.height);
                            var hdHeight = this.mainHd.getHeight();
                            var vh = csize.height - (hdHeight);
                            this.scroller.setSize(vw, vh);
                            if (this.innerHd) {
                                this.innerHd.style.width = (vw) + 'px';
                            }
                        }
                        if (this.forceFit) {
                            if (this.lastViewWidth != vw) {
                                this.fitColumns(false, false);
                                this.lastViewWidth = vw;
                            }
                        } else {
                            this.autoExpand();
                            this.syncHeaderScroll();
                        }
                        this.onLayout(vw, vh);
                    }
                }
            });



鐜嬭豹 2011-06-30 10:28 鍙戣〃璇勮
]]>
Store澧炲姞璁板綍欏?/title><link>http://www.aygfsteel.com/niudan/archive/2011/05/30/351352.html</link><dc:creator>鐜嬭豹</dc:creator><author>鐜嬭豹</author><pubDate>Mon, 30 May 2011 09:37:00 GMT</pubDate><guid>http://www.aygfsteel.com/niudan/archive/2011/05/30/351352.html</guid><wfw:comment>http://www.aygfsteel.com/niudan/comments/351352.html</wfw:comment><comments>http://www.aygfsteel.com/niudan/archive/2011/05/30/351352.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/niudan/comments/commentRss/351352.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/niudan/services/trackbacks/351352.html</trackback:ping><description><![CDATA[   search_units_store.load({<br />        params: { action: 'GetADMBasicInfo', Type: 1 },<br />        callback: function(r) {<br />            if (r && r.length > 0) {<br />                search_units_store.insert(0, new Ext.data.Record({ CompanyID: '', CompanyName: '璇烽夋嫨鍗曚綅' }));<br />            }<br />        }<br />    });<img src ="http://www.aygfsteel.com/niudan/aggbug/351352.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/niudan/" target="_blank">鐜嬭豹</a> 2011-05-30 17:37 <a href="http://www.aygfsteel.com/niudan/archive/2011/05/30/351352.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>store澧炲姞涓鏉℃暟鎹?/title><link>http://www.aygfsteel.com/niudan/archive/2011/05/30/351351.html</link><dc:creator>鐜嬭豹</dc:creator><author>鐜嬭豹</author><pubDate>Mon, 30 May 2011 09:27:00 GMT</pubDate><guid>http://www.aygfsteel.com/niudan/archive/2011/05/30/351351.html</guid><wfw:comment>http://www.aygfsteel.com/niudan/comments/351351.html</wfw:comment><comments>http://www.aygfsteel.com/niudan/archive/2011/05/30/351351.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/niudan/comments/commentRss/351351.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/niudan/services/trackbacks/351351.html</trackback:ping><description><![CDATA[   search_depts_store.insert(0, new Ext.data.Record({ DepartmentID: '', DepartmentName: '璇烽夋嫨閮ㄩ棬' })); <img src ="http://www.aygfsteel.com/niudan/aggbug/351351.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/niudan/" target="_blank">鐜嬭豹</a> 2011-05-30 17:27 <a href="http://www.aygfsteel.com/niudan/archive/2011/05/30/351351.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Store榪滅▼璋冪敤鏁版嵁http://www.aygfsteel.com/niudan/archive/2011/05/30/Store.html鐜嬭豹鐜嬭豹Mon, 30 May 2011 09:25:00 GMThttp://www.aygfsteel.com/niudan/archive/2011/05/30/Store.htmlhttp://www.aygfsteel.com/niudan/comments/351350.htmlhttp://www.aygfsteel.com/niudan/archive/2011/05/30/Store.html#Feedback0http://www.aygfsteel.com/niudan/comments/commentRss/351350.htmlhttp://www.aygfsteel.com/niudan/services/trackbacks/351350.html    var search_units_store = new Ext.data.Store({
        proxy: new Ext.data.HttpProxy(
           {
               url: "/_layouts/ExtPages/ADM/ADM.aspx",
               method: "POST"
           }),
        reader: new Ext.data.JsonReader(
        {
            fields: ['CompanyID', 'CompanyName']
        })
    });

鐜嬭豹 2011-05-30 17:25 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 孝义市| 西充县| 金门县| 柘荣县| 新巴尔虎左旗| 乐业县| 武定县| 道孚县| 古田县| 桂阳县| 石河子市| 宁安市| 茶陵县| 华阴市| 芮城县| 遂川县| 临沂市| 沂源县| 永丰县| 上饶县| 郎溪县| 静乐县| 富平县| 湘乡市| 农安县| 五峰| 达州市| 鄢陵县| 灵石县| 依兰县| 贵南县| 神农架林区| 固镇县| 和田市| 罗山县| 临夏县| 东乡县| 张家界市| 邵阳县| 个旧市| 阿尔山市|