Custom Paging - Simple Next/Prev buttons

  1. #1

    Custom Paging - Simple Next/Prev buttons

    I am building a toolbar that will hopefully function as a scaled down pager - wanted to emmulate previous and next buttons without all of the pagingtoolbar options/overhead - is this possible - to put some buttons out there and have them move next/previous, etc.?
  2. #2

    RE: Custom Paging - Simple Next/Prev buttons

    Instead of next/previous - is there a way to move through a combobox one item at a time - currently, on store load am setting it like:

    Handler="#{ComboBox1}.setValueAndFireSelect(this.getAt(0).data[#{ComboBox1}.valueField]);"
  3. #3

    RE: Custom Paging - Simple Next/Prev buttons

    got it with:

    <ext:Button Icon="BulletRight" runat="server">
      <Listeners>
        <Click Handler="#{ComboBox1}.setValueAndFireSelect(#{storeContracts}.getAt(#{ComboBox1}.getSelectedIndex()+1).data[#{ComboBox1}.valueField]);" />
      </Listeners>
    </ext:Button>

Similar Threads

  1. Replies: 1
    Last Post: Jul 14, 2011, 11:28 AM
  2. Replies: 23
    Last Post: Apr 22, 2011, 3:52 PM
  3. [1.0] Adding custom buttons to HtmlEditor
    By olakara in forum 1.x Help
    Replies: 2
    Last Post: Apr 19, 2010, 7:11 AM
  4. Custom Paging - Simple Next/Prev buttons
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: May 22, 2009, 3:10 PM
  5. Image buttons / Custom built buttons
    By conman in forum 1.x Help
    Replies: 2
    Last Post: Jul 15, 2008, 11:01 AM

Posting Permissions