獲取GridPanel中當前頁在分頁中的位置

2021-08-30 08:13:48 字數 418 閱讀 3535

/**

* description: 獲取gridpanel中當前頁在分頁中的位置

* name: getstartindex

* parameters: grid - gridpanel物件

pagesize - gridpanel一頁展現的記錄條數

* return: gridpanel中當前頁在分頁中的位置 nubmer,準確的說,應該是當前頁的開始記錄數

*/function getstartindex(grid, pagesize)

或者可以通過

grid.getbottom*******().cursor來獲得當前頁的第一條記錄數的number

如何獲取當前頁的action名字?

比如說我訪問 http localhost 3000 controller action 那麼如何讓rhtml知道當前action到名字呀?在controller中用self.action name得到action name,self.class.controller path得到controlle...

重新顯示當前頁

procedure trppreviewform.rvrenderpreview1zoomchange sender tobject var string1 string 10 begin str rvrenderpreview1.zoomfactor 1 1,string1 將double型別的z...

ext GridPanel重新整理當前頁

gridpanel中分頁數很多,在當前頁中重新整理又會回到第一頁,每次這樣總是很麻煩。怎麼才能只重新整理當前頁呢?苦苦在原始碼中找尋,經測試,終於找到了一種方法。如bbar是ext.paging 物件,在要重新整理資料來源的事件中不要用store.load 用bbar.doload bbar.cur...