Search

You searched for the word(s): Toolbar
Showing page 127 of 184 (1,834 total posts) < 1 second(s)
  • Dragging buttons in FireFox

    I am evaluating Cute Editor for use in a product.  I have encountered two minor issues: 1) While using IE, I am able to drag buttons around, however, using FireFox I cannot do this.  Instead I just end up clicking the button.  Is this a limitation of the control?   Will it be fixed in the future?  2) I will need ...
    Posted to Cute Editor for .NET (Forum) by derbaff on March 18, 2009
  • MS Word bullets not recognized

    Hi   you can reproduce the following problem in your demo or even this editor window   the following is from MS word, it came with bullets but cute editor does not recognize the bullets from MS word, if you select a row and choose bullet on the toolbar you get what you see in line 1 , two bullets.   ...
    Posted to Cute Editor for .NET (Forum) by karl0 on January 28, 2009
  • Double-click image and image right-click/properties not working...

    I am using CuteEditor for ASP and I can insert an image fine but when I double click or right-click/properties on an image the ''Properties'' dialog that pops up is empty except for ''Internet explorer cannot display the webpage''.  If I single click the image and click the ''Insert Image'' toolbar then I get the regular ''Insert Image'' ...
    Posted to Cute Editor for ASP (Forum) by slimm on January 22, 2009
  • Caching error

    There is a problem with caching images. I have two images: dir1/01.jpg and dir2/01.jpg. So in the ''ImageGallery'' these files will have  the same previews. The second problem: when I get the insert image dialog in FF by double clicking on image in HTML editor and then try to select folder, I have a problem with MAC identity. The error ...
    Posted to Cute Editor for .NET (Forum) by voldemar on December 22, 2008
  • Configure custom Contextmenu

    Hi Adam,   configuration of a custom toolbar for cuteeditor is pretty easy an may look in most cases like this Private Const configFilenameDefault As String = ''my.config'' Editor1.AutoConfigure = CuteEditor.AutoConfigure.Compact Editor1.ConfigurationPath = CuteEditor.CEF.FilesVirtualPath + ''/Configuration/AutoConfigure/'' + ...
    Posted to Cute Editor for .NET (Forum) by transresult on November 6, 2008
  • Re: CleanUpMicrosoftwordHTML() does'nt do any thing on my editor text. Please help urgent !!

       Adam, What I wanted you to observe is the CleanUp Tool of the editor( with option Remove word specific HTML from the window)  and CleanUpMicrosoftWordHTML() through code are not working exactly same.    1. Paste something (preferably tables)  from the ms word in to the editor.  2. Execute ...
    Posted to Cute Editor for .NET (Forum) by rktekula on November 1, 2008
  • Determining POstBack Button in code behind VB

    I am trying to determine if the user clicked the Save or Send button from the toolbar.   HEre's what I have:   Dim C As System.Web.UI.WebControls.CommandEventArgs If String.Compare(C.CommandName, ''Save'', True) = 0 Then End If If String.Compare(C.CommandName, ''Send'', True) = 0 Then   END IF   WHAT I GET BACK ...
    Posted to Cute Editor for .NET (Forum) by renman on June 6, 2008
  • Configure CuteEditor in Community Server 2007

    I am trying to add the CuteEditor to a form in Community Server where I want to display different toolbars than normal.  Digging through the code, it looks like I should be able to do this: <CSControl:Editor runat=''server'' ID=''Message'' Width=''500'' Height=''180''> <EditorOptions> <CSControl:EditorOption ...
    Posted to Cute Editor for .NET (Forum) by jeffesp on March 6, 2008
  • 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
  • Custom Dialog Box

    Using: CuteEditor for ASP 6   Goal: Create a Custom Button on the Toolbar, Custom Button will open a Custom Dialog Box, Custom Dialog Box will list all pre-built webpages for linking, Selected link will be returned to the calling editor formatted as a <a href=..., If text was selected in the calling editor ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on October 19, 2007