Search

You searched for the word(s): Toolbar
Showing page 99 of 142 (1,418 total posts) < 1 second(s)
  • When adding an input of type 'text' using the editor, I cannot remove the default value

      Steps to reproduce problem:   1: open your editor example at http://cutesoft.net/example/general.aspx 2: set focus inside the editor 3: Click the 'textbox' button on the cuteeditor toolbar 4: On the popup that displays the textbox properties, delete the 'text1' text from the 'value' field 5: click ok   Note that now ...
    Posted to Cute Editor for .NET (Forum) by quackmire on February 21, 2008
  • Using GetSelection() in stand along javascript file.

    Dear Support, I am trying to implement a custom Link Chooser (link icon). I have code set up that when the link icon gets clicked, it calls a stand alone (in its own file) javascript function. This javascript function attempts to get the ''Selected Text'' that the user is trying to add an A tag to. This is the code that I ...
    Posted to Cute Editor for .NET (Forum) by ElMatador on October 17, 2007
  • How to trigger InsertTable with draggable grid?

    Adam,   When I call InsertTable from a custom command, something like this:   cuteEditor1.ExecCommand(cmd,false,val);   where cmd is ''InsertTable'', CE goes right to the table wizard. However, if I click the Insert Table button on the CE toolbar, it first displays a grid that I can drag the number of rows and columns I ...
    Posted to Cute Editor for .NET (Forum) by fredd on September 1, 2007
  • Emulating Bold Button Behaviour for H1

    Hi Adam,   I'd like to emulate the behaviour of the Bold toolbar button, but for h1 tags instead.  I know the size/format comboboxes are available, but I'd rather not give that much control to clients.   We will always have a sensible h1 style defined in the CSS so it makes sense to use it and I rather like the way the bold ...
    Posted to Cute Editor for .NET (Forum) by Trick on August 23, 2007
  • How to set a background image?

    Hi Adam,   I am trying to figure out how add a custom button to the toolbar that will allow the user to set a background image. The button part is easy, but I can't figure out the code to add a background image. I tried to look at how you were inserting emoticons, but it's a complete mystery. Could you please post a code example on how to ...
    Posted to Cute Editor for .NET (Forum) by Briodo on June 13, 2007
  • How can I disable the Animation effects

    Maybe I missed this topic in the documentation, but does anybody know how to disable the animation effects [mouseover, mousedown, mouseup events] for all images in the toolbar.    I've already commented out many lines of code in the .css files but still seem to be missing something. Is there a property/attribute that ...
    Posted to Cute Editor for .NET (Forum) by ntgrvt on April 18, 2007
  • 6.0 PasteHTML() command not working right.

    I am using CE to allow my users to create mail-merge letter templates.  To allow the mail-merge, I have some special insertable tags they can use in their templates that get replaced by data from a database.  For example, the tag {LASTNAME} gets replaced, when the letter is printed, by the customer's last name.   Users insert ...
    Posted to Cute Editor for .NET (Forum) by jrbrady on April 17, 2007
  • Re: CE failing in many ways.

    Adam: James,   For the font color issue, it's about reformatting the span style. Please check the following thread for details:   http://cutesoft.net/forums/post/18872.aspx   Ok, this answers my question about adding multiple levels of formatting but has nothing to do with a) why I can't change the default font/highlight ...
    Posted to Cute Editor for .NET (Forum) by jrbrady on March 27, 2007
  • Problem with drop-down menu items not displaying properly

     have the editor running (5.3) on XP SP2 and Visual Studio 2005, running on localhost, using IE7 I am having trouble with the size/spacing of the dropdowns.  For example, when setting AutoConfigure to Simple, and width to 770 px, the toolbar top left looks like this:   Each of the dropdowns also have a too-narrow display on ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on February 1, 2007
  • Resizing CuteEditor

    Have an instance of CuteEditor held within an AJAX resizable control.  Problem is how do you resize the CuteEditor to fit the panel.  Have calculated the area for the toolbar etc by getting an instance of the CuteEditor parentelement and comparing to the CuteEditor itself but still can't change the size of the control client ...
    Posted to Cute Editor for .NET (Forum) by Russ on January 29, 2007