现在的位置: 首页 > 综合 > 正文

ExtJS4笔记-1

2012年12月04日 ⁄ 综合 ⁄ 共 242字 ⁄ 字号 评论关闭

1.

Ext.data.TreeStore 中,若设置了

folderSort: true

则在Request的QueryString中会多出:

{"property":"leaf","direction":"ASC"}

 

2.

Ext.data.Proxy.proxy 的actionMethods用来定义提交时是 Post or Get

如:

proxy: {
            type: 'ajax',
            actionMethods: { read: 'POST'}

            … …

}

抱歉!评论已关闭.