jQWidgets Forums

jQuery UI Widgets Forums Navigation Tabs Please clarify

This topic contains 5 replies, has 2 voices, and was last updated by  Hristo 7 years, 8 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Please clarify #95305

    walker1234
    Participant

    I was going through the following JSfiddle mentioned on the website

    http://jsfiddle.net/jqwidgets/MGvwb/

    Does these things works for jqxGrid also? I tried replacing Tabs with grid and it didn’t work?

    Please clarify #95387

    Hristo
    Participant

    Hello walker1234,

    Could you give us more details? What you mean with this “these things works for jqxGrid also”?
    And also, this “replacing Tabs with grid”?

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    Please clarify #95417

    walker1234
    Participant

    Hi Histro,

    Sure, I meant to say that if I replace jqxTabs with jqxGrid, is it designed to work? For example something like the following :

     $('#jqxGrid').jqxGrid({
         width: 300,
         height: 150,
         theme:'energyblue',
         selectedItem:1
     });

    instead of the following :

     $('#jqxTabs').jqxTabs({
         width: 300,
         height: 150,
         theme:'energyblue',
         selectedItem:1
     });
    Please clarify #95436

    Hristo
    Participant

    Hello walker1234,

    This case looks very strange. The selectedItem property will throw an error because it does not exist in the jqxGrid.
    Could explain why you need to do this replacement?

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    Please clarify #95490

    walker1234
    Participant

    Hi Histro,

    I am using jQXGrid instead of Tabs and hence I wanted to use that.

    Please clarify #95495

    Hristo
    Participant

    Hello walker1234,

    There is some misunderstanding. You could create both of them with initial <div/> tag but they have a different structure here. The jqxTabs has additional elements here.
    Also, they have a lot of different properties (jqxGrid).
    I think you may want to achieve something as ‘breadcrumb’, and I would like to suggest you look at this topic:
    http://www.jqwidgets.com/community/topic/click-button/

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.