Search

You searched for the word(s): Toolbar
Showing page 33 of 142 (1,418 total posts) < 1 second(s)
  • Re: Editor visual customization

    sfcalvert,   We have two situations here:   1. Change many button image   In this situation, please modify the CuteSoft_Client\CuteEditor\Themes\Custom\Images\all.png file.   2. Change one or two button images.   For example, you want to change button image for bold button.   A. Create your own ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 16, 2008
  • Re: Need to Disable Uploading/Browsing

    cphillips, Here are my suggestions:   1. Detect your user's role.   2. For admin level user, you should allow them to upload/delete/create.   3. For the guest level user, you can show a limited toolbar and disable the upload/delete/create funtions.   3. For the registered user, you can disable the ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 10, 2008
  • Re: Is Customization possible for cuteeditor for asp.net 6.0

    Prasad,   Yes. Please check the following links:   How to Change the Layout of The Toolbars?   Add custom buttons   How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 15, 2007
  • Re: HTML bottom tags

    bobby,   This feature is called tag detector or tag selector.   You can disable this feature by setting the following propery to false.   Editor.ShowTagSelector Property Specifies whether quick tag selector toolbar appear.   You can customize this feature by modifying the following config ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 12, 2007
  • Re: customize the options on the control

    Wendy,   You can customize the control right now with the trial version.   Article:   How to change the layout of the toolbars?   Demo:   Use TemplateItemList   http://richtextbox.net/test/TemplateItemList.aspx   Add custom ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 3, 2007
  • Re: Newbie: stream file open and file close

    Fred,   Can you explain how you use this online HTML Editor?   Are you using it to edit a local file?   Yes, Cute Editor doesn't have a file open toolbar.   But it provides the following methods:   LoadFile Loads the contents of a file into the CuteEditor control. ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 19, 2006
  • Re: in-line editor ?

    >>However i'd like to have the spellchecker button on the left (or right) side of the editor, as opposed to being at the top in a toolbar It's not possible.>>I also want the editor textarea to be the height of a simple textbox.   Yes, please check this example: http://cutesoft.net/example/RenderASTextBox.aspx    
    Posted to Cute Editor for .NET (Forum) by Adam on August 16, 2006
  • Re: Prevent Users from inserting a Layer with absolute positioning

    awpross,   You have too options.   1. Remove this button from         a. 1. Edit the configuration file directly         The following code disables the InsertLayer buttons:         <item type=''image'' name=''InsertLayer'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 31, 2006
  • Re: Bookmarks - make list

    the4bs,   It's very hard for you to create this kind of button directly from the toolbar.   Because CuteEditor has a lot of code behind-the-Scenes to support catch the anchor, show the anchor and insert the anchor to the correct location.   Here is my suggestion:   Add a browse button in the InsertAnchor.aspx. When the ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2006
  • Re: syntax highlighting for cuteEditor

    Jen0s,   Thanks for the suggestion. We will investigate this product. If possible, we will include the feature into the Cute Editor.   >>user should be able to move the toolbars freely?   Yes.  Please check the following article:How to change the layout of the ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 25, 2006
« First ... < Previous 31 32 33 34 35 Next > ... Last »