Search

You searched for the word(s): Toolbar
Showing page 98 of 142 (1,418 total posts) < 1 second(s)
  • Toolbars Resize My Editor Area

      Hello All.   I did an online chat with someone named Eric earlier today and he was helpful, but I need additional assistance. I asked him if I could do the following, and he said yes, but I can't figure out how to do it.   Essentially I'm dynamically going to specify on page load the height and width of the wysiwyg editor ...
    Posted to Cute Editor for .NET (Forum) by mtiminer on September 21, 2009
  • Image gallery and other dialogs open off screen

    I'm looking for the properties that determine the opening position of the dialog boxes such as the image gallery. I'm using Cuteedit for asp.net v6.4.  This is happening in both firefox 3.5 and ie 8.  In an application I'm working on, when the user clicks on any of the file related buttons in the toolbar (image gallery, document ...
    Posted to Cute Editor for .NET (Forum) by nullnvoid on August 17, 2009
  • Re: Few question regarding functionality of the editor and the developer license

    Hi Adam,   I downloaded the trial version today and I also downloaded all the examples today:   The example you pointed me to (UseFloattoolbar.aspx) is not included in the package I've downloaded and I also can't find a property in the class reference that hints me to set it to ''true'' to get the desired behavior, so; which property ...
    Posted to Cute Editor for .NET (Forum) by RickL on April 2, 2009
  • 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
  • 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