jQuery UI Widgets Forums Navigation Menu, Context Menu Long menu items within a specified width

This topic contains 1 reply, has 1 voice, and was last updated by  petite_moi 12 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Long menu items within a specified width #7468

    petite_moi
    Member

    If I set the menu width to be 1024px, but I have many menu items. Is there a way to have all the menu items be shown? The long menu name will be wrapped.

          $jquery("#jqxMenu").jqxMenu({ width: '1024px', height: '30px', theme: theme });
    <div style='height: 30px'>
    <div style='margin-left: 0'>
    <a href="/home.php">Home</a>
    <a href="#">Assessment and Authorization</a>
    <a href="#">Schedule and Classes</a>
    <a href="#">Commentaries</a>
    <a href="#">Configuration Management</a>
    <a href="#">Software Management</a>
    <a href="#">Hardware Management</a>
    <a href="#">System Maintenance</a>
    <a href="#">Monitoring Management</a>
    <a href="#">Logout</a>
    </div>
    </div>
    Long menu items within a specified width #7469

    petite_moi
    Member

    I don’t know why the post is weird, but the sample code:

    <div style='height: 30px'>
    <div style='margin-left: 0'>
    Home
    Assessment and Authorization
    Schedule and Classes
    Commentaries
    Configuration Management
    Software Management
    Hardware Management
    System Maintenance
    Monitoring Management
    Logout
    </div>
    </div>
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.