jQWidgets Forums

jQuery UI Widgets Forums Navigation Tabs Tab scroll position

This topic contains 2 replies, has 2 voices, and was last updated by  abc 12 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Tab scroll position #14693

    abc
    Participant

    Hi,
    I have used jqxTabs,
    in that when i open multiple tabs, it shows scrollbar…
    Now first tab is opened and i add a new tab, it gets added at the last position but scrollbar remains on same position..it is not highlighting me the last opented tab.
    How to show autoscroll to the opened tab?

    Tab scroll position #14704

    Dimitar
    Participant

    Hello abcd,

    For that purpose, use the jqxTabs method ensureVisible. E.g.:

    $('#jqxTabs').jqxTabs('ensureVisible', 3);

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Tab scroll position #14705

    abc
    Participant

    Hi Dimitar,

    Thank You so much, Now it works.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.