Hi,
I created a plugin that creates an <input type="checkbox"... tag with some special attributes in it. It is working ok. But when I right-click on the element, I still can see the 'properties checkbox' in the context menu (besides my own entry in the context menu). How can I disable the original textbox stuff?
(it is already out of the toolbar and so on, but it still come back with the context menu stuff!)
Thanx.
Snef.
UPDATE:
Ok, found it... in the config you can set the (default)contextmenu items.
When removing the checkbox it works fine!
I created a plugin that creates an <input type="checkbox"... tag with some special attributes in it. It is working ok. But when I right-click on the element, I still can see the 'properties checkbox' in the context menu (besides my own entry in the context menu). How can I disable the original textbox stuff?
(it is already out of the toolbar and so on, but it still come back with the context menu stuff!)
Thanx.
Snef.
UPDATE:
Ok, found it... in the config you can set the (default)contextmenu items.
FCKConfig.ContextMenu = ['Generic','Link',....
When removing the checkbox it works fine!