middleFinger
Creator: Devin Gaul (demon.devin)
About middleFinger
A simple, configurable context menu to replace a browser's default right click context menu.
Supports keyboard shortcuts.
Useful with the snippet showSource
Information
Released
July 13, 2017
Supported Database
MySQL
License
GPLv2
Supported Versions
2.0 - <2.5
Downloads
1,229
Instructions
Variables
---------
&tpl = (opt) The chunk to use for styling. | Defaults to MiddleFingerTpl
&js = (opt) The path to the js file | Defaults to ASSETS_URL/components/middlefinger/js/middlefinger.js
&css = (opt) The path to the css file | Defaults to ASSETS_URL/components/middlefinger/css/middlefinger.css
&icons = (opt) Which icon library to use. Be sure to change the chunk accordingly. Defaults to Entypo
&jquery = (opt) Specify if you'd like to use JQuery | Defaults to false
&lib = (opt) Required if &jquery is set to be true | Defaults to version 2.2.2
Example
-------
To use out of the box with defaults
[[middleFinger]]
To use the alternative design
[[middleFinger?
&tpl=`ContextMenuTpl`
&css=`assets/components/middlefinger/css/contextmenu.css`
&js=`assets/components/middlefinger/js/contextmenu.js`
&icons=`//weloveiconfonts.com/api/?family=fontawesome`
]]
To use the default style with JQuery for animation effects
[[middleFinger? &jquery=`true`]]
New in 2.0.0-beta1
2.0
Now supports keyboard shortcuts
1.0.2
Added a JavaScript and jQuery version for the default template in case of jQuery conflicts.
1.0.1
Fix minor issues..