Search

You searched for the word(s): toolbar
Showing page 78 of 184 (1,834 total posts) < 1 second(s)
  • Re: How can i Remove the 'table' from right click

    Disable the Tags option  in the context menu. To disable Tags option, you can choose one of the following methods: 1. Using the Editor.EnableContextMenuTags  Property to specify whether or not to enable the Tags option in the context menu. 2. Edit toolbar configuration files . Example: <contextmenu>  <item ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 19, 2005
  • 4.5 NetSpell button's image not appearing

    Upon upgrading to 4.5 the netspell button no longer worked. <item type=''netspell''/> The line above was being used, but the netspell image didn't show up and the button was disabled.  There was only a correctly sized placeholder in its place.  When I viewed source on the editor this was the image tag for ...
    Posted to Cute Editor for .NET (Forum) by Benjamin on August 1, 2005
  • Re: Showing minimal menu items in Web Editor

    Madhanmohan,You can change the layout of the toolbars using the following methods:   1. Load and Edit the configuration file directly 2. Load the different configuration file dynamically for the different roles/users using Editor.AutoConfigure property 3. Set the template or layout to use for the toolbars dynamically using ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 27, 2005
  • Re: Security config change at runtime?

    Thanks Adam.   See for some module types I want users to have the full toolbar while in other module types I want a limited tool bar. Same user, same roles but different modules. On some modules I want the upload directory different than other modules. On some modules I need the AutoResize Image to be a different size than ...
    Posted to Cute Editor for .NET (Forum) by lucast on July 21, 2005
  • Re: Some suggestions:

    >>When you specifiy a css for the text area, the Class dropdown is automatically populated with the class names.   This feature is only available in the .NET version now. We will add this feature in the future ASP version.>>I'm finding the editor quite slow to load with the full toolbar setup, even opening the forums entry form ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 14, 2005
  • Re: How to change or retain mode on page PostBack?

    when i uses the following code in .aspx -- <CE:Editor id=''Editor1'' ConfigurationPath=''CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Toolbar.config''           AutoConfigure=''None'' ActiveTab=''Edit'' ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on May 9, 2005
  • A valid license cannot be granted for the type CuteEditor

    I am a licensed user of CuteEditor 1.5. A while back I was informed that 2.o was a free upgrade. I downloaded the zip file from the address provided. I had 1.5 working OK on the site. Yesterday I figured I would try 2.0. I followed the instructions - unzipped the folder to a directory called cedit2 on my local drive and copied the dll into the bin ...
    Posted to Purchase / License FAQ (Forum) by daveparker on January 29, 2005
  • Re: The differens between the Save image button and the Update button?

    Let me piggy back on this post bc my Save button is not appearing in the toolbar at all. New button does tho. I'm configuring the Editor as follows:  editor.AutoConfigure = ''enableall'' (I've tried commenting this out too) tool_bar = ''Save,New,Print... etc.'' (I tried the enable all settings from the documentation ...
    Posted to Cute Editor for ASP (Forum) by cubefree on January 25, 2005
  • Editor suggestion/Enhancement

    I have a suggestion for enhancements - when the toolbars are not present - allow us to add buttons to the bottom bar (see ''pink region'' in the image below.  The reason why?  To allow us to bind a couple buttons for postback - when the tool bar is not present.  For Example: Say we want to use the text box - without toolbar - but ...
    Posted to Cute Editor for .NET (Forum) by LOGIKonline on January 13, 2005
  • RichDropDownList Custom Action Issue

    I'm using the RichDropDownList to perform custom event. One is to replace the entire content with some html. So I use the Editor Client Side API to perform a series of action. Dim oToolsControlImport As CuteEditor.RichDropDownList oToolsControlImport = CType(oContent.ToolControls(''Import'').Control, CuteEditor.RichDropDownList) ...
    Posted to Cute Editor for .NET (Forum) by jcmorin on December 17, 2004
« First ... < Previous 76 77 78 79 80 Next > ... Last »