Configure CuteEditor in Community Server 2007

  •  03-06-2008, 9:39 AM

    Configure CuteEditor in Community Server 2007

    I am trying to add the CuteEditor to a form in Community Server where I want to display different toolbars than normal.  Digging through the code, it looks like I should be able to do this:

    <CSControl:Editor runat="server" ID="Message" Width="500" Height="180">

    <EditorOptions>

    <CSControl:EditorOption runat="server" Name="AutoConfigure" Value="None"></CSControl:EditorOption>

    </EditorOptions>

    </CSControl:Editor>

    But the editor still shows up with the standard set of toolbar buttons.  Any thoughts?
     
     
    Thanks.
     
    --
    --Jeff
View Complete Thread