Where can I find a list of the Cute Editor properties, the values they can be set to, and the meaning of those values???
As a side question that led to this question: I notice that when I hover over the menu icons of the editor, they do not give me the hints like they do in the demos on your site. My editor defintions is:
<ce:Editor ID="ContentEditor" runat="server" Width="100%" Height="600px" AutoConfigure="Simple"
EditorBodyClass="MyCuteEditorBody" ThemeType="Office2007" ContextMenuMode="Simple" EnableObjectResizing="False">
</ce:Editor>