Package Description
middleFinger 2.0
---------------------------------
NEW - Supports keyboard shortcuts!! (e.g. use Ctrl + U to view source of page!)
Very useful with the MODx Extra showSource snippet which is now automatically included!
Usage/Installation 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`]]
Details
- Developer(s)
- demon.devin
- Released
- 2017-07-13
- First seen
- 2017-07-13
- License
- GPLv2
- Supported databases
- MySQL
- Minimum MODX Requirement
- 2
middleFinger Releases
Vendor | Signature | Released on |
---|---|---|
MODX.com | 2.0.0-beta1 | 2017-07-13 (7 years ago) |
MODX.com | 1.0.0-beta1 | 2016-12-03 (7 years ago) |