angularjs xeditable and angularjs ui-tinymce together in an editable form -


is way make textarea ui-tinymce part of , editable-form?. found workaround making ng-model of editable-textarea , textarea ui-tinymce same , hide editable-textarea.

<form                                       onaftersave="onsave({$data:$data})"    editable-form     name="forms.{{formname}}"    >    <textarea ui-tinymce="tinymceoptions"       name="desccomp"       ng-model="item.desccomp">                  </textarea>    <div        e-ng-show="false"        editable-textarea="item.desccomp"       e-name="desccomp"       >    </div> </form> 

actually, tinymce has inline abilities

https://www.tinymce.com/docs/demo/inline/

i'm facing same issue , thinking i'm gonna use tinymce (with angular-ui-tinymce) leaving xeditable case).


Comments

Popular posts from this blog

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -

javascript - oscilloscope of speaker input stops rendering after a few seconds -