jquery-contextMenu icon indicating copy to clipboard operation
jquery-contextMenu copied to clipboard

Styling integration with jQueryUI

Open Pilskalns opened this issue 9 years ago • 1 comments

Class to menu items are being added more friendly for styling (for other calls to add class)

Pilskalns avatar Sep 30 '14 08:09 Pilskalns

Now everyone can use jQueryUI styling (if want to).

Here is sample from project I use it:

element.contextMenu('contextMenu',{ 'Rediģēt': { click: clickFirstItem, klass: "menu-edit", icon: "ui-icon-pencil" }, 'Dzēst': { click: clickFirstItem, klass: "menu-delete" } },{ jqui: true });

P.S. Sorry for so many edits. I contribute for first time here....

Pilskalns avatar Sep 30 '14 09:09 Pilskalns