EXT 搜索分页

xiaoxiao2022-06-14  45

tbar: [                    s_pannel,//搜索表单                    {                        text: '搜索',                           handler:function(){                              // 这里是关键,重新载入数据源,并把搜索表单值提交                              ds.load({                                      params:{start:0, limit:20,                                          keywords:Ext.get('keywords').dom.value//取得搜索表单文本域的值,发送到服务端                                      }                                  })                           }                    }                 ]

转载请注明原文地址: https://www.6miu.com/read-4936560.html

最新回复(0)