Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Styling integration with jQueryUI#21

Open
Pilskalns wants to merge 3 commits intoarnklint:masterfrom
Pilskalns:master
Open

Styling integration with jQueryUI#21
Pilskalns wants to merge 3 commits intoarnklint:masterfrom
Pilskalns:master

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments