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>