Re: Tweaking the tool bars appearence

  •  08-04-2005, 1:29 PM

    Re: Tweaking the tool bars appearence

    1..How can I manage the style of the tool bars background?  In particular the nice gradient you have on all your examples (except minimal configuration) including the vertical five dots at the start of the tool bar
     
    Please modify the style.css.asp file.

    <%=editorid%> .CuteEditorGroupMenu {display: inline; background-image: url(images/horizontal.background.gif); background-repeat: repeat-x; background-position: bottom; height:24px; background-repeat: repeat-x; vertical-align:middle;border-bottom : 1px solid #4681BC;border-left : 1px solid #4681BC;}
     
     
    2..How can we insert the vertical white spacer that appears between tools.   On the post a new message page there is one between the spell checker (fifth tool) and the cut tool(sixth tool) 
     
    Toolbar item: separator.
     
    Example:
     
    editor.Template="spell,Bold,Italic,separator,Underline,justifyLeft,justifyCenter,justifyRight,..."

    3..How can I make tool appear on a new line?  you have all your select drop down boxes on one line, all your formatting tools on one line and all the text tweaking tools on one line.
     
    Toolbar item: linebreak.
     
     
    editor.Template="spell,Bold,Italic,linebreak,Underline,justifyLeft,justifyCenter,justifyRight,..."

    4..How do I get rid of the Normal, html and preview links at the bottom? 


     ShowBottomBar The ShowBottomBar property Specifies whether the Bottom Bar (Design, Html and Preview Mode tab) appear.

    Example:

     'Specifies whether the Bottom Bar(Design, Html and Preview Mode tab) appear. 
    editor.ShowBottomBar = false


    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 Complete Thread