default text used in the editor window?????

Last post 07-27-2005, 5:10 PM by Adam. 2 replies.
Sort Posts: Previous Next
  •  07-27-2005, 1:13 PM 9095

    default text used in the editor window?????

    I'm using a Custom Theme but can't find the css class which sets the default text used in the editor window. What's it called - I can't even find it in the XP Themes etc?????? Thanks, Nick.
  •  07-27-2005, 5:07 PM 9098 in reply to 9095

    Re: default text used in the editor window?????

    <%@ Page Language="C#" ContentType="text/css" %> <%@ OutputCache Duration="31536000" VaryByParam="None" Location="Client" %> <script runat="server"> string editorid; protected override void OnInit(EventArgs e) { //do not call base's OnInit , skip the theme bug! //base.OnInit(e); editorid="#"+Request.QueryString["EditorID"]; } </script> /*<style>*/ <%=editorid%> {} <%=editorid%> IMG { border:0px;display:inline;} <%=editorid%> .CuteEditorSelect { font:normal 11px Tahoma; margin-left:1px; margin-top:1px; height:21px; vertical-align:middle;} <%=editorid%> .CuteEditorDropDown {margin-left:1px; margin-right:1px; width:80px; height:21px; vertical-align:middle;} <%=editorid%> .CuteEditorDropDown Span {font:normal 11px Tahoma;} <%=editorid%> .CuteEditorToolbar {} <%=editorid%> .CuteEditorToolBarContainer {padding:3px;height:1;overflow-y:visible;} <%=editorid%> .CuteEditorFrameContainer {padding:1px 4px 2px 4px;} <%=editorid%> .CuteEditorBottomBarContainer {padding:3px 3px 3px 3px;height:1;overflow-y:visible;} <%=editorid%> .CuteEditorGroupMenu {display: inline;background-image: url(images/horizontal.background.gif); background-repeat: repeat-x; background-position: bottom; height:24px; vertical-align:middle;border-bottom : 1px solid #c0c0c0;border-left : 1px solid #c0c0c0;} <%=editorid%> .CuteEditorGroupImage { margin:0px; vertical-align:middle;} <%=editorid%> .CuteEditorLineBreak {padding:0px; height:0px; margin:0px} <%=editorid%> .CuteEditorFrame {padding:0px 0 0px 0px;margin:0px 0 0px 0px;} <%=editorid%> .CuteEditorButton { margin:1px; vertical-align:middle;} <%=editorid%> .CuteEditorButtonActive { margin:0px; vertical-align:middle; border:#0a246a 1px solid!important; background-color:#d4d5d8;} <%=editorid%> .CuteEditorButtonOver { margin:0px;vertical-align:middle;border:#0a246a 1px solid!important; background-color:#b6bdd2;} <%=editorid%> .CuteEditorButtonDown { border-right: buttonhighlight 1px solid!important; border-TOP: buttonshadow 1px solid!important; border-left: buttonshadow 1px solid!important; border-bottom: buttonhighlight 1px solid!important; margin:0px;vertical-align:middle; } <%=editorid%> .CuteEditorButtonDisabled { /* filter:gray alpha(opacity=25); margin:1px;vertical-align:middle; */ margin:1px;vertical-align:middle;} <%=editorid%> .ToolControl{} <%=editorid%> .ToolControlOver{} <%=editorid%> .ToolControlDown{} <%=editorid%> .separator {background-image: url(images/Separator.gif); height:22px; background-repeat: no-repeat; vertical-align:middle; width:2px;margin-left:2px; margin-right:2px; } /*case sensive for CSS1*/ <%=editorid%> #cmd_tofullpage.CuteEditorButtonActive { display:none } <%=editorid%> #cmd_fromfullpage.CuteEditorButton { display:none } /*</style>*/

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  07-27-2005, 5:10 PM 9099 in reply to 9098

    Re: default text used in the editor window?????

    Nick,
     
    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"  
     
    Editor.EditorBodyStyle Property

    The style to be applied to the Editor body.


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML