TINYMCE V3 or V4 Show/Hide ToolBar on focus/blur
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm working with , the version V3 or v4 of Tinymce, I want to do the next actions: 1- On focus Show the toolbar. 2- On blur Hide the toolbar. I was watching this example: http://sourceforge.net/p/tinymce/plugins/185/ , is not bad, but I'm trying to do with events, but did't work. Somebody knows a good example? <!-- TinyMCE --> <script type="text/javascript" src="tiny_mce/tiny_mce.js"></script> <script type="text/javascript" src="Scripts/jquery-1.10.2.min.js"></script> <script type="text/javascript"> $(document).ready(function () { alert(