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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    height 100% Posts
  • height 100% #13638

    cvgeldern
    Member

    Hi,

    I do not get the size of the NavigationBar fill the 100% height of it’s parent container and/or window. While playing with all combinations of the ‘height’ and ‘sizeMode’ params in the defaultFunctionality source of the demo, I never manage to get the menu to full height, even if the parent div does scale to full height of the window.

    Lines 17 – 32:

        <script type="text/javascript">
    $(document).ready(function () {
    var theme = getTheme();
    // Create jqxNavigationBar
    $("#jqxNavigationBar").jqxNavigationBar({ width: 400, height: 'auto', sizeMode: 'fitAvailableHeight', theme: theme });
    });
    </script>
    </head>
    <body style="margin: 0; padding: 0; height: 100%">
    <div id='jqxWidget' style="float: left;">
    <div id='jqxNavigationBar'>
    <!--Header-->
    <div>
    Early History of the Internet</div>
    <!--Content-->
    <div>

    Any help would be appreciated, thanks!

    Christiaan

    height 100% #13663

    Peter Stoev
    Keymaster

    Hi Christiaan,

    The NavigationBar currently does not support size set in percentages. The feature will be supported in the next version.

    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.