Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts

  • colingoldberg
    Participant

    Thanks for your response. This would be really useful to me now.

    It seems so similar to Tabs – only allowing images in addition to text labels.

    Colin G


    colingoldberg
    Participant

    Can jqxScrollView be configured to
    – show all the images at once – limited by the width of its container with right/left arrows to scroll it horizontally (just like Tabs does)?
    – enable onClick events for any individual image?

    Colin G

    in reply to: Multiple tabsets on one page? Multiple tabsets on one page? #32051

    colingoldberg
    Participant

    Hi Dimitar,

    The context of my code will be within WordPress plugin settings. Given that this is not a ‘standalone’ page, would the $(document).ready() function still apply?

    Colin G

    in reply to: Multiple tabsets on one page? Multiple tabsets on one page? #31980

    colingoldberg
    Participant

    The only real difference I see from what I originally posted is the “position: ‘top'” setting, and this is the default value for position anyway.

    What I did not mention before is that I had used a function to contain the initialization, and this seems to be the reason why it did not work for me before (it works when I do not use a function).

    ie. – this did not work

    function initializeTabs(selector) {
    $(selector).jqxTabs({ width: 350, height: 200, position: ‘top’ });
    }

    initializeTabs(‘#tabs_rule_options’);
    initializeTabs(‘#tabs_rule_triggers’);
    initializeTabs(‘#tabs_rule_actions’);

    Colin G

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