jQuery UI Widgets Forums Layouts Splitter Disable resize feature

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Disable resize feature #15860

    cherry
    Member

    Can I disable the resize feature, so that I can forbid users resize the panel?

    Disable resize feature #15862

    Dimitar
    Participant

    Hello cherry,

    Yes, by setting the resizable property of each panel to false, e.g.:

    $('#jqxSplitter').jqxSplitter(
    {panels:[
    { min: 300, max:'450px', size: 330,
    collapsible: false, collapsed: false, resizable: false },
    { min: 100, max:'550px',
    collapsible: true, collapsed: false, resizable: false }]});

    Best Regards,
    Dimitar

    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.