adgsm / multi-level-push-menu

MultiLevelPushMenu jQuery Plugin implementation
http://multi-level-push-menu.dzunic.net
804 stars 213 forks source link

Enhancements #19

Open MichielsB opened 10 years ago

MichielsB commented 10 years ago

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

adgsm commented 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...

MichielsB commented 10 years ago

OK Thx !

josemadriz commented 10 years ago

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.

adgsm commented 10 years ago

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...

thinkswan commented 10 years ago

@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 );
});