Download the PHP package johndoh/contextmenu without Composer
On this page you can find all versions of the php package johndoh/contextmenu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download johndoh/contextmenu
More information about johndoh/contextmenu
Files in johndoh/contextmenu
Package contextmenu
Short Description Adds context menus with common tasks to various parts of Roundcube
License GPL-3.0-or-later
Homepage https://github.com/johndoh/roundcube-contextmenu/
Informations about the package contextmenu
Roundcube Webmail ContextMenu
This plugin creates contextmenus for various parts of Roundcube using commands from the toolbars.
ATTENTION
This is just a snapshot from the GIT repository and is NOT A STABLE version of ContextMenu. It is Intended for use with the GIT-master version of Roundcube and it may not be compatible with older versions. Stable versions of ContextMenu are available from the Roundcube plugin repository (for 1.0 and above) or the releases section of the GitHub repository.
License
This plugin is released under the GNU General Public License Version 3+.
Even if skins might contain some programming work, they are not considered as a linked part of the plugin and therefore skins DO NOT fall under the provisions of the GPL license. See the README file located in the core skins folder for details on the skin license.
Install
- Place this plugin folder into plugins directory of Roundcube
- Add contextmenu to $config['plugins'] in your Roundcube config
NB: When downloading the plugin from GitHub you will need to create a directory called contextmenu and place the files in there, ignoring the root directory in the downloaded archive.
ContextMenu manual
The MANUAL.md file shipped with this plugin contains information for plugin and skin developers. The ContextMenu plugin can be extended by other plugins; new menus can be created and existing menus manipulated.
Customizing the Elastic skin
The colors and styles used by this plugin can be overridden by adding a
_custom.less
file to the skins/elastic
sub-folder of this plugin and
then recompiling the CSS.