I am looking to create a custom Menu Button plugin that will insert text following this example here:
http://tinymce.moxiecode...examples/example_18.php
I've modified an existing plugin or two, edited the buttons postions etc. But I can't seem to grasp making a new plugin. The example code looks solid, and I understand that a compressed .js file is needed but I am confused by where some of the code goes.
For example at the end:
<form method="post" action="somepage">
<textarea name="content" style="width:100%">
</textarea>
</form>
If anyone with better knowledge to making tinyMCE plugins could take a look at that example link and point me in the right direction I would appriciate it.
I'm using 1.4.5, I believe the tinyMCE version is 2.x if that helps.
Thanks.