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'}

            … …

}

相关文章:

  • 2021-10-02
  • 2021-09-24
  • 2021-08-16
  • 2021-06-11
  • 2022-03-01
  • 2021-09-15
  • 2021-11-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2022-03-01
  • 2021-10-08
  • 2021-07-29
相关资源
相似解决方案