Search

You searched for the word(s): Toolbar
Showing page 87 of 184 (1,834 total posts) < 1 second(s)
  • Re: How can i add toolbar on my editor?

    http://cutesoft.net/example/MinimalConfiguration.aspx   The source code of this example can be found in the download package.
    Posted to Cute Editor for .NET (Forum) by Adam on October 14, 2008
  • how to hide buttons dynamically using c#.net

    Hi all,   Iam bhaskar using CE in backoffice of my project and i'm giving user to view and use only few buttons in CE toolbar, so when that particular user logged in how can i disable those button which he/she don't have permission to view or use.   Thank you for the help in advance   Bhaskar
    Posted to Cute Editor for .NET (Forum) by baachi76 on February 20, 2009
  • 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
  • Adding custom tools

    Great code and an very structured and clean implementation!  Documentation is a little sparce...  Is there any instructions about adding custom tools to the toolbar.  I would like to add background images to divb's and don't have a clue where to start!   Keep up the good work -- where did you learn your codeing skills?
    Posted to Cute Editor for ASP (Forum) by Phil on July 7, 2004
  • 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
« First ... < Previous 85 86 87 88 89 Next > ... Last »