jQWidgets Forums

jQuery UI Widgets Forums Layouts Splitter 2 panel splitter problem ?

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • 2 panel splitter problem ? #50659

    mallepaddi
    Participant

    Hi

    I am using splitter to show two vertical panels,

    main DIV width is 600

    $(‘#min’).jqxSplitter({ width: 600, height: 500, panels: [{ size: 600 }, { size: 600}] });

    I need to see one panel at a time of occupying full width 600. so that splitter appears always at right end.

    First panel occupying 600 appears initially, and when an even occurs (like button click) i need to collapse first one and show second one occupying whole width, how to trigger to open second panel ?

    Thanks

    2 panel splitter problem ? #50675

    Peter Stoev
    Keymaster

    Hi mallepaddi,

    You can’t have 2 panels with 1200px width displayed in a Splitter with 600px width. Look at this sample: http://jsfiddle.net/jqwidgets/avazm/ how to collapse/expand panels.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.