Ticket #4603 (closed Bug: fixed)
Unable to disable sub menu items
| Reported by: | garry.yao | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.1 |
| Component: | UI : Context Menu | Version: | |
| Keywords: | Confirmed Review+ | Cc: |
Description
The following form of menu item status definition doesn't work at all in submenu of contextmenu:
getItems : function()
{
return {
tablecell_insertBefore : CKEDITOR.TRISTATE_OFF,
tablecell_insertAfter : CKEDITOR.TRISTATE_OFF,
tablecell_delete : CKEDITOR.TRISTATE_OFF
...
};
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
