jQuery UI Widgets Forums Layouts Panel and Responsive Panel Height can not be set to 100%

This topic contains 1 reply, has 2 voices, and was last updated by  Ivo Zhulev 8 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Height can not be set to 100% #88001

    Rhys
    Participant

    When using a pannel, if the height is set to 100% it height seems to be set to only 2 pixels.

    Width works fine however

    This is ok
    $(“#jqxPanel”).jqxPanel({
    width: “100%”,
    height: “100px”
    });

    This is NOT ok
    $(“#jqxPanel”).jqxPanel({
    width: “100px”,
    height: “100%”
    });

    Height can not be set to 100% #88003

    Ivo Zhulev
    Participant

    Hi Rhys,

    Make sure all the parent elements height is okey, because if some of the parent height is lets say 2px, then your panel will be too.

    Best Regards,
    Ivo

    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.