Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling integration with jQueryUI #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Styling integration with jQueryUI #21

wants to merge 3 commits into from

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