I need to add a new item to the toolbar - simple button for adding a simple table with some text in two fields. No dialog windows, no dinamic content. Just simple table.
I know that i must use plugins. But there is no sample with this type of buttons.
How can i do it?
Code to adding:
<table>
<tr>
<td>
Sample
</td>
<td>
Sample
</td>
</tr>
</table>
I know that i must use plugins. But there is no sample with this type of buttons.
How can i do it?
Code to adding:
<table>
<tr>
<td>
Sample
</td>
<td>
Sample
</td>
</tr>
</table>
RE: Add simple button in toolbar.
Try my ajaxPost plugin to see how to not show a dialog and then check the table dialog for the code insertion.
personal page and demo for the ajaxPost plugin: http://www.saulmade.nl/FCKeditor/FCKPlugins.php
plugin and download page at sourceforge: http://sourceforge.net/tracker/index.ph ... tid=737639
forumThread: http://sourceforge.net/forum/forum.php? ... _id=257179
RE: Add simple button in toolbar.
Or try http://sourceforge.net/forum/forum.php? ... _id=257180