Hi Rumen,
Thanks for your quick reply.
But, i need to block the tab based on some condition.
for example , my content is like
so, i need to allow the the user, if the slected tag has the attribute noneditable="false".
so, i check in the key event like
so, using
editor.removeShortCut("InsertTab");
it blocks the tab for all elements.
i used the cancelRawEvent(e) also, but still the tab is working.
how to slove this?
Thanks ,
Uma