PagingToolBar - hide - "Page 1 of 2" part?

  1. #1

    PagingToolBar - hide - "Page 1 of 2" part?

    Is there a way - in the PagingToolBar - to only show the next/prev buttons and not the
    Page 1 of 2 part of it?
  2. #2

    RE: PagingToolBar - hide - "Page 1 of 2" part?

    OK - seems like I can hide everything else - but not sure what the id of the textfield is and the surrounding labels are to hide()




    #{PagingToolBar1}.loading.hide();#{PagingToolBar1} .last.hide();#{PagingToolBar1}.first.hide();
  3. #3

    RE: PagingToolBar - hide - "Page 1 of 2" part?

    You could hide this with a custom css.

    The used CSS is :

    page word: "ytb-text"
    number text: "x-tbar-page-number"
    of xx : "ytb-text"


Similar Threads

  1. [CLOSED] How to hide paging related controls on a PagingToolbar?
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 27
    Last Post: Jul 12, 2012, 9:38 PM
  2. How to set total page for pagingtoolbar?
    By tienthanh in forum 1.x Help
    Replies: 4
    Last Post: Jun 04, 2012, 4:48 AM
  3. How to hide first/last buttons in a pagingtoolbar
    By zhangsir199 in forum 1.x Help
    Replies: 5
    Last Post: May 21, 2012, 11:08 AM
  4. Replies: 6
    Last Post: Feb 18, 2011, 2:12 PM
  5. Replies: 2
    Last Post: Feb 24, 2010, 5:04 PM

Posting Permissions