Mif.Menu 1.3.3
mac style context menu for web applications
Supported browsers: ie7+, opera 10.10+, firefox 3.5+, safari4+, chrome4+
Details
- Author
- Anton Samoylov
- Current version
- 1.3.3
- GitHub
- creaven/mifmenu
- Downloads
- 9346
- Category
- Interface
- Tags
- Report
- GitHub Issues
Releases
Dependencies
-
_self_/_current_:
- Mif.Menu
- Mif.Core
- core:1.2.4:*
How to use
var appMenu = new Mif.Menu().attach(document.body).load([
{
name: 'open',
action: function(){
alert('open');
}
},
{
name: 'close',
id: 'close_id',
icon: '/path/to/icon',
submenu: [
{
name: 'moo',
action: function(){
alert('moooooooooo')
}
}
]
},
{
name: 'exit',
icon: '.someCls'
}
]);
Mif.id('close_id').set('name', 'closing');
Description
Mif.Menu - javascript menu plugin for web applications.
Discuss
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus