Skip to content

Conversation

@Pilskalns
Copy link

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

Class to menu items are being added more friendly for styling (for other calls to add class)
@Pilskalns Pilskalns changed the title Menu item class addition method Styling integration with jQueryUI Sep 30, 2014
@Pilskalns
Copy link
Author

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....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant