The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Insert Image Function
Hi everyone
You know the "Insert Image" button inside of the editor? I have a big "UPLOAD IMAGES" button above the editor - separate, that I would like to call the same function to achieve the same result as clicking on the "Insert Image" button. Any ideas? Thank you so much! Jennifer --------------- Added [DATE]1338917372[/DATE] at [TIME]1338917372[/TIME] --------------- I figured this out on my own. Here's the solution: Code:
<span class="cke_button"> <input type="button" style="height: 30px; width: 100px; font-size: 14px; margin-top: 15px;" a id="cke_38" class="cke_off cke_button_vbimage" onclick="CKEDITOR.tools.callFunction(77, this); return false;" onfocus="return CKEDITOR.tools.callFunction(76, event);" onkeydown="return CKEDITOR.tools.callFunction(75, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_38_label" hidefocus="true" tabindex="-1" value="Upload Images"> </a> </span> |
#2
|
|||
|
|||
is solved ?
|
#3
|
||||
|
||||
very nice, thx
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|