editor icon indicating copy to clipboard operation
editor copied to clipboard

Multiple instances

Open eldair opened this issue 11 years ago • 1 comments

Hello, I can't create multiple instances of Editor, any help appreciated.

eldair avatar Oct 16 '14 23:10 eldair

Change line 7143 in editor.js to be el = this.element ? this.element[0] : document.getElementsByTagName('textarea')[0];

Also in documentations, element option should be $('element')

eldair avatar Oct 17 '14 21:10 eldair