Open MichielsB opened 10 years ago
Vertical orientation of menu titles for inactive extracted menus is planned however but I'm really not sure when will I have time to implement it...
OK Thx !
this is awesome! way better that the codedrops version. I wish I could pull request a feature to make each menu list vertically draggable when lists are too large.
thanks for the comment. will plan the feature for a future releases but can't promise about timing since having quite intensive workload at the moment...
@josemadriz One way to make the menus draggable is to comment out the 2 holderSwipe()
bindings. The code you need to silence appears twice and looks like this:
$levelHolder.bind( dragEventType , function(e){
holderSwipe( e, $levelHolder );
});
Hi,
A nice extension would be to display vertically oriented the name of the menu below the icon on the visible part of menu strip (not for the active menu, only for the collapsed menus).
Another nice extension would be to check for an attribute (e.g. imgsrc) that ponts to an image which will be used instead of the icon
Thx for considering this suggestions !
Kind regards,
Bart