hello,
I'm using my own config file so that there is only the spellchecker remaining :
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<toolbars>
<item type="g_start" />
<item type="image" name="netspell" imagename="spell" />
<item type="g_end" />
</toolbars>
</configuration>
However i'd like to have the spellchecker button on the left (or right) side of the editor, as opposed to being at the top in a toolbar. I also want the editor textarea to be the height of a simple textbox. I want something very nested indeed. Is it possible ?
Thank you