Hey,
Our company just purchased the cute editor for .Net software and I had a question for you. I am using the templateitemlist property so that only a few buttons appear on the top bar. The code looks something like this
<ce:editor id = "txtTest"
runat = "server"
themetype = "office2003"
templateitmelist = "bold, italic, underline, forecolor, backcolor, redo, undo, cut, copy, paste">
</ce:editor>
I am also trying to display the spell checker button, but I am not sure what word do I need to add to the templateitemlist. I have tried spellcheck and spellchecker, but both of them don't work. Are the names of all buttons available somewhere in the help section so that I don't have to email every time I need to know a buttons name.
Thanks