OK, so I edited one of my templates and added the following code
Code:
<button onclick="vB_Editor['{vb:raw editorid}'].insertText('This is a test to insert text');">InsertText</button>
But this just submits my post instead of adding the text to the editor... I think I'm on the right track with referencing the instance of the editor... But without documentation it's kinda hard... I'd really appreciate it if someone could throw me some breadcrumbs here .
Thanks,