Where is configuration page located?

Last post 01-30-2013, 3:58 PM by clickhouse. 3 replies.
Sort Posts: Previous Next
  •  01-29-2013, 2:58 PM 76755

    Where is configuration page located?

    Now my question: - What is the path to the page that allows me to edit the configurations outlined below?  I am trying to use my own stylesheet and have it appear in the dropdown

     

    Please check the Editor.EditorBodyStyle and EditorWysiwygModeCss property. 

    Editor.EditorWysiwygModeCss Property
    Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss="example.css,~/portal.css,/default.css"  

     

  •  01-29-2013, 8:35 PM 76756 in reply to 76755

    Re: Where is configuration page located?

    Hi clickhouse,

     

    It is not set in any configurations file, this is the editor property. You can use it in the editor target, like below.

     

       <CE:Editor ID="Editor1" runat="server" EditorWysiwygModeCss="~/myStyle.css"> 
                </CE:Editor>
     

    Regards,

     

    Ken 

  •  01-30-2013, 3:49 PM 76759 in reply to 76756

    Re: Where is configuration page located?

    Cool, ok I'll give that a try :)

    Thanks

  •  01-30-2013, 3:58 PM 76760 in reply to 76756

    Re: Where is configuration page located?

    Works beautifully, thanks!
View as RSS news feed in XML