By default Ephox Editlive Rich Text Editor doesn't support Google Chrome browser . But you add below script on your Editlive instance to enable in Chrome Browser.
<script>
if (EditLiveJava.setExperimentalBrowserSupport) {
EditLiveJava.setExperimentalBrowserSupport(true);
}
</script>
Alternatively you can also change the ExperimentalBrowserSupport flag in the EditliveJava.js (File location will be like under your ephox installation /ephox/res/editlivejava/editlivejava.js). Default value is "False"
No comments:
Post a Comment