Search

You searched for the word(s): Toolbar
Showing page 40 of 142 (1,418 total posts) < 1 second(s)
  • Re: Toolbar displaying incorrect image for certain buttons

    David,   Did you upgrade from an earlier version of Cute Editor?   Please note that when upgrading you need to replace the DLLs and all client files.   Can you download the control again and create a separate application for testing?   http://cutesoft.net/downloads/default.aspx   Keep me posted
    Posted to Cute Editor for .NET (Forum) by Adam on August 13, 2008
  • Re: I need to add bold and italic buttons to the HtmlView toolbar

    afroblanco,   Have you included the Bold,Italic,Underline in the Normal view?   The buttons in the HTML code are cloned from the Normal view, they are not created from scratch. If they are not included in the normal view, they will not appear in the HTML view.  
    Posted to Cute Editor for .NET (Forum) by Adam on December 21, 2007
  • Toolbar loads but hanging/hourglass in text edit area

    I am having a problem with the control hanging and an hourglass appearing as you mouseover the control in VB.NET.  I am using CuteEditor 4.0.0.7. Build 2005-04-14.  Here is a sample screen shot, notice the toolbar images appear but the text edit area is gray and as you mouseover anything in the control including the toolbar icons or ...
    Posted to Cute Editor for .NET (Forum) by mspiker on April 15, 2005
  • Re: CuteEditor Toolbar is disabled

      THank you Ken i appreciate your help   it is solved   but while saving it adds the following line automatically :@import url(http://ounadoc.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);   any suggestions plz?
    Posted to Cute Editor for .NET (Forum) by Msawma on September 19, 2011
  • Re: problem w/toolbar

    fredd,   ''{'',''['',''('' can be used as a group start.   ''}'','']'','')'' can be used as a group end.   ''-'',''_'',''/'' can be used as a row break.   ''|'' can be used as a separator.                
    Posted to Cute Editor for .NET (Forum) by Adam on July 9, 2007
  • Re: Font Size and Font style Boxes overlap in IE7

    CuteSoft_Client\CuteEditor\Configuration\AutoConfigure\Default.config Toolbar Configuration File Structure    The CuteEditor toolbar configuration files, which contain XML, specify the toolbar configuration information of the CuteEditor instance. These configurations are applied using AutoConfigure property. The ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 30, 2008
  • Re: Build toolbars programatically without using config files

    Your example that you gave me yesterday indicated to place a pipe ''|'' between each group of toolbars to force a separator. See below from your documentation. (http://cutesoft.net/developer+guide/index.htm#page=Toolbar-Configuration-using-TemplateItemList.htm)  Toolbar Separator Within Toolbar groups, you can add toolbar separators ...
    Posted to Cute Editor for .NET (Forum) by MMCD on March 2, 2010
  • Re: UseFloatToolbar with relative position

    Hi ErlendSB, The toolbar  container is a td target, you can find the style of it in ''CuteSoft_Client\CuteEditor\Themes\Office2003\style.css'' #EditorID .CuteEditorToolBarContainer {padding:3px 2px 1px 3px;height:1px;overflow-y:visible;} And you can change it directly. Please clean the browser ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 18, 2011
  • Re: Add items to TreeList

    Hi frJericho, If yo mean the Dropdown which in the toolbar of editor, for now does not support change it by javascript. Sorry for your inconvenience. More detail of the Dropdown customization please refer to http://www.cutesoft.net/developer+guide/webhelpcontents.htm#  ''Dropdown ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 27, 2010
  • Re: Unable to make image hyperlink

    But you can insert any other html code using toolbar inside:   <div contenteditable=''false''>    <div contenteditable=''true''>    &nbsp;    </div> </div>   I.E. you can insert simple hyperlink. But the code for ...
    Posted to Cute Editor for .NET (Forum) by Deminora on January 2, 2008
« First ... < Previous 38 39 40 41 42 Next > ... Last »