ckeditor custom context menu is not visible in read only mode - ckeditor

I created a custom context menu item with custom group as a plugin in ckeditor. The created menu item is visible in the editor during edit mode (readonly = false) but during read only mode the menu item is not visible.
Am I missing something as part of configuration?
Thanks in advance !

Related

how to create a side menu which appears in all article in jooma

I want to create a side menu which appears along with article. I have created a side menu. But if i click on one menu item only the article is appearing. menu is not coming.
Hello you need to assign your article to a menu item and connect your side menu module to the menu item just created. If you want to hide that menu item so it is not visible on your main menu then create a new menu (called for example hidden-menu) and assign the menu item to it. This hidden menu does not need to be assign to a module to work. Hope i made myself clear :)

jqGrid context menu disable items

I'm using the context menu plugin for jqgrid. I know how to remove a menu item if not needed (ContextMenu plugin - Example 3).
Is there a way to show the menu item but to disable the action? Like in every other program if an action is not available in a specific context?
Thanks for your anwsers in advance. :-)
Peter

Joomla - Change main menu

Im newbie to Joomla. How do I change the main menu like screen below to my customize menu?
Menu
Create your own custom menu from the backend. Login to your administrator panel.
Menus->Menu Manager->Add New Manager
Enter the menu details and you will be able to see it in the drop down. Select menu type items and assign articles, contact etc to your newly created menu.
Now under Extensions tab click on Module Manager . Now manage your custom menu to the position you want it to display. Like if you want to display your custom menu as main menu then go to main menu and assign your menu to it under basic options and the position you want it to display.
Following are the links where you can find more help-
Joomla code help
Joomla docs
Not clear from your question that what you need to do but as per your menu image i will describe my answers.
If you need to change the position of menu then go to backend extension->Module Manager->select main menu and change position of main menu.
Also same you can change your custom menu positions.
If you need to change main menu and set custom menu instead of main menu then you need to change menu position and set position of custom menu from module manager.
Menu items will be added from the menus->select menu->add new menu items.
Not clear from your question that what you need to do but as per your menu image I will explain my answer below -
if you want to main menu to be a drop-down menu then you can use some free menu extension module of joomla like JB DropDown Menu or CK Megamenu, dropdown menu.

How to make newly added main menu option in magento admin section "selected"

I have developed a new custom extension for magento admin section. Main menu option of this extension in admin section is visible. When I click on that menu option, functionality of this extension is working as per development/expected. But on this menu option "active" class is not being applied ( so that user can differentiate other menu option with this selected menu ).
There is no submenu under this main menu option. How can I apply "active" class on that menu option when this is clicked.
Thanks in advance!
You should use Mage_Adminhtml_Controller_Action::_setActiveMenu($menuPath) method.
For more details you can check Mage_Adminhtml_Cms_PageController::_initAction().

How to modify context menu in CKEditor?

Does anyone know how to modify the CKEditor right-click contex menu?
I am trying to figure out how to remove "Cut, Copy, Paste, Edit DIV" from the right-click menu, and trying to add "Insert Image, Insert Table" to it.
Version 3.6.1 has support in their API for removing context menu items.
#7885 : New editor::removeMenuItem API for removing plugin context menu items introduced.

Resources