Search

You searched for the word(s): Toolbar
Showing page 69 of 142 (1,418 total posts) < 1 second(s)
  • Re: Replace inline "style" attribute with "class" attribute/CSS?

    Dmitri,   There is a easier solution.   Please open you toolbar configuration file.   And change the following code:     <item type=''dropdown'' name=''CssStyle'' width=''50'' RenderItemBorder=''true'' text=''[[CssStyle]]'' command=''CssStyle'' />   to:     <item ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 7, 2006
  • How to clear text area of editor before pasting html?

    i had made a dropdown in toolbar of cutesoft editor and i am using following code to paste the HTML in text area of cute soft editor. dropdown.Attributes[''onchange'']=''[CuteEditor_DropDownCommand(this,'PasteHTML')]''; but before this text should be pasted in editor, i want to delete all HTML or text , present in the text area of the ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 29, 2005
  • Re: Need to have dropdown Toolbars shown in the HTML view also

    Raghu,   Please check the Editor.CodeViewTemplateItemList Property.Editor.CodeViewTemplateItemList Property:The toolbar items used in the editor Code View going to this string. Example:CodeViewTemplateItemList=''Save,Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll Please note that only buttons are supported in the HTML ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 2, 2006
  • Re: How modify the width of the link treeview

    dstpierre,   Please modify the toolbar Configuration File.   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 Full.config configuration files can be thought of as the master ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 6, 2009
  • Re: V6 IE5.5 Automation server cannot create object

    Hi   Just retested and unfortunately there are still problems sorry.   The first one is that the toolbar does not show which also seems to stop the text appearing.   When selecting the none option the text appears fine and the editor works OK. I can switch between views and the tags at the bottom appear. However when i ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on May 23, 2007
  • Mixed editing and tables

    Greetings, I'm interested in what this editor has to offer for my client and I'd like to know a couple of things about its functions.   I'll try to be as detailed as possible here. The table I'm interested in will be simple in appearance, no nesting of any kind, and can contain either text or images. Each submission will only allow for a ...
    Posted to Cute Editor for .NET (Forum) by unclebob on February 9, 2009
  • Re: Problem using PasteHTML to paste a comment (<!-- xx -->) into editor

    To add a way of reproducing it which will show what I mean, do the following (in a C# project which contains a Cute Editor control inside of an ASPX page):   1. Go to http://cutesoft.net/developer+guide/add_your_own_custom_button.htm 2. Take the C# code from the second example and paste it into the page_load of the code behind. This should ...
    Posted to Cute Editor for .NET (Forum) by boink on November 29, 2007
  • Adding a button via config file (or code behind but dont know what method to override)

    Have just realised I posted this question in the ''ASP'' forum instead of here. Apologies   Can someone please provide an example to show how to add a button via config file?   I was guessing something like this...   <item type=''image'' name=''mybutton'' onclick=''ShowMyDialog(this)'' ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on August 27, 2007
  • Pasting the formatted Word

    Hai,   I am pasting the formatted text from a word document onto the cute editor control. Now,   1. When I say Ctrl+V, it asks me for a question whether to clear the formatting. I say OK it does not remove fully and still retian some portion of the formatting. But, when I say CANCEL it retians it fully. This is not an expected ...
    Posted to Cute Editor for .NET (Forum) by pmd_areef on November 23, 2005
  • Re: Error with Firefox when using custom config file

    DaPutster, Firefox and Netscape always use the toolbar definitions within the configuration file Gecko.config.  CuteEditor supports less features on Gecko browsers than IE.  If you want to load the same set toolbar on Gecko browsers and IE, you can point the configuration file path to Gecko.config: <CE:Editor ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 30, 2004
« First ... < Previous 67 68 69 70 71 Next > ... Last »