johndoh/contextmenu

Adds context menus with common tasks to various parts of Roundcube

Installs: 41 619

Dependents: 1

Suggesters: 0

Security: 0

Stars: 91

Watchers: 19

Forks: 30

Open Issues: 0

Language:JavaScript

Type:roundcube-plugin

3.3.1 2022-06-18 07:17 UTC

README

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.