The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Nope,
I followed your directions step by step. I DOES work with the standard editor, but not with the WYSYWYG editor that most of my users like more. So....what I did, was add: Code:
// ############################################################################# function copyit(theField) { var tempval=eval("document."+theField) tempval.focus() tempval.select() therange=tempval.createTextRange() therange.execCommand("Copy") } Then added the button (and I also tried the TEXT version also) to the template of editor_toolbar_wysiwyg. The BUTTON show up fine just under the text area of the WYSIWYG editor(just like in your standard editor) but it just does not copy/highlight. Any other ideas on why it isnt? Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|