I have a js file for type tool
and i try to integrate into the file vbulletin_textedit.js
I try to add this
Code:
mvHTML = true; ready = false; currElm = fetch_object(this.editorid + '_textarea");
anywhere around vbulletin_textedit.js
the type tool js it work but the page got error and all the buttons of wysiwyg are disable
two errors mess:
1. line: 936 (this.set_context(cmd)

char: 1
error: Vb_Text_Editor is undefined
2. line: 218
char: 83
error: unterminated string constent
any idea or suggestion will be appreciate
regard,