Search

You searched for the word(s): Toolbar
Showing page 2 of 142 (1,418 total posts) < 1 second(s)
  • Re: Can I add a label to the toolbar?

    Hi jagilbert27,   Please try the example below, it shows you how add a label at the left of the toolbar.   <%@ Page Language="C#" %>    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>  ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 30, 2012
  • Re: Not seeing how you customize toolbar for instance

    Hi Planet Maine,   Option 1:   Use properties TemplateItemList. The below editor will only show three button in the toolbar.      <CE:Editor ID=''editor1'' runat=''server'' TemplateItemList=''Save,Find,Copy''>         </CE:Editor>   All button name you can ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 7, 2010
  • Re: Editor destroys text when Google Toolbar Translation is on.

    pbwbart: Hey,   We use this editor for our CMS system.   When a user has the google toolbar installed, and translation is 'on' the following problem happens.   The user types his tekst the normal way in the editor,   Then when you save it, your tekst is destroyed and looks simular to this: (this also happens on ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 16, 2009
  • Re: Customizing Toolbar

    Sujay,   The following article shows the methods to change the toolbar layout: http://cutesoft.net/developer+guide/Howto_Change_layout_of_the_toolbars.htm   5. Put the toolbar items needed to be disabled into this Editor.DisableItemList string. For example: <CE:Editor id=''Editor1'' DisableItemList=''save, ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2006
  • Re: Get values from dropdown in toolbar - to insert into database

    No, I'm afraid that didn't help. I cannot see how the code refers to a dropdown in the toolbar or how it gets the value of the selected item of the dropdown in the toolbar. The example you show gets the information from the Editor textarea. I can do that, but I cannot get the value from the dropdown in the toolbar.   This is the code of the ...
    Posted to Cute Editor for .NET (Forum) by the4bs on June 27, 2006
  • Re: Browser Compatibility: Cut and Paste Toolbar Icons do not function correctly in FF

    wzs5011,   1) Functionality bug:  “Cut” toolbar button deletes the text I cut, and does not make a copy of cut contents in buffer.  (Neither CTRL-V or Paste button cause cut text to reappear.)   By default, Firefox needs permission to access the user's clipboard.  Many users don't know how to enable ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 1, 2007
  • Re: toolbar type

    Welcome to CuteSoft support forums. Yes. You can. The image name of the toolbar type ''table'' is instable.gif. You can just overwrite the following images using your own ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 22, 2005
  • Re: Toolbar rendering with full width

    Hi syedrazi, Please remove all stylesheet files on your page, does it work? What I mean the stylesheet is like below <link rel=''stylesheet'' href=''xx.css'' type=''text/css'' />  If it works, please add the stylesheet back one by one to find out which one cause it. Then please post the code of this ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 24, 2011
  • Re: Toolbar Issue in IE7

    Hi MarkMyWords,  Can you reproduce this issue on our demo  http://www.cutesoft.net/example/general.aspx? Do you get the same issue in the example ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 7, 2010
  • Re: Toolbar icon

    Hi goh6613,   Below is an example to tell you how to change the ico of InsertImage button   1. Open file ''CuteEditor\Configuration\AutoConfigure\Default.config''   2. Find section below    <item type=''image'' name=''InsertImage'' imagename=''eximage'' />   3. Change the imagename to your image ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 21, 2009