jQWidgets Forums

jQuery UI Widgets Forums Layouts Splitter how to set collapsible method to left, right, top, bottom

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 1 month ago.

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

  • d_l
    Member

    I am trying ../ jqxwidgets-2.8/demos/jqxsplitter/jquery-splitter-four-columns.htm

    I’m looking for an attribute to set collapsing either to right or left (horizontal mode) or top or bottom (vertical mode).
    But I don”t see that option in the jqxSplitter API … the default is collapse to right.

    http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxsplitter/jquery-splitter-api.htm

    ..

    Also the above four-column demo sets “collapsible: false” but in the browser  the three splitterbars still collapse so I’m trying to figure out what “collapsible: false” does.

    The 1st and 3rd splitterbars look (in Firefox) as though they have a missing 1px right boundary.  This shows up more if a background colour is set in the container div.   In Opera there appears no missing right boundary.  Is this a cross-browser css quirk?

     

     


    Peter Stoev
    Keymaster

    Hi d_l,

    jqxSplitter can have 2 panels, so you can collapse only 1 panel(left or right for vertical splitter, top or bottom for horizontal splitter). Which panel will be collapsed depends on the value of the “collapsible” property of the first panel – if it is set to false, when the “collapse” method is called, the second panel will be collapsed. Otherwise, the first panel will be collapsed. The “collapse” method can be called either through the API or by clicking the split bar.

    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.