tinymce editor not shown sometimes in chrome browser.
http://webix.com/snippet/84262d51
Use these snippet, see editor not shown
Hello @pratikshadatir1,
Here in above mentioned snippet, tinymce editor in notintegrate in template
I can see a few things wrong with your snippet. First of all the configuration you are providing isn’t supported by either tinyMCE v4 or v5, you are using the outdated config of the tinyMCE v3, which is the reason the editor doesn’t get initialized properly. Here are the examples of using v4 and v5 respectively based on your snippet: Code Snippet, Code Snippet.
I used webix 5.3 version
This is the other issue, because of the way webix.require
is implemented before version 5.4, it is not possible to use custom integrations with Webix on versions lower than that.