I am using TinyMCE editor for my application.
I want to have my body and the presentation toolbar on screen with "readonly".
readonly:true
makes the presentation bar disable which is not acceptable by client (needs both content area and toolbar).
I successully made the:
body.contentEditable = false;
which works good but when i click any of the presentation icon or button it gives the effect like when i click bold it makes the document text bold which should not.