In tinyMCE api, there is only a mode setting. For example:
editor.setMode('readonly'); and how to get its current state?
In tinyMCE api, there is only a mode setting. For example:
editor.setMode('readonly'); and how to get its current state?
Source: https://ru.stackoverflow.com/questions/726457/
All Articles