The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
vB3 WYSIWYG Editor - run JavaScript code onkeyup
Hi all!
I'm trying to run a block of code when user do keyup on the editor of vBulletin 3. The relative vBulletin script is on /clientscript/vbulletin_textedit.js (you have to beautify it, for example via this page, to see the code in humanity way ). For example I have add the following code on the relative line, but with no result: Code:
this.editdoc.addEventListener("keyup", function(){ alert('test!'); }); |
#2
|
||||
|
||||
Any idea how to run the code?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|