Search

You searched for the word(s): insert
Showing page 31 of 408 (4,079 total posts) < 1 second(s)
  • Re: Howto: insert a custom image/button in the toolbar and capture the command event in C# codebehind?

    Ok, now I see my Image,   System.Web.UI.WebControls.ImageButton customToolbarImg1 = new System.Web.UI.WebControls.ImageButton(); customToolbarImg1.ImageUrl = ''~/Editor_Resources/Themes/Office2003/save.gif''; customToolbarImg1.ID = ''customToolbarImg1''; customToolbarImg1.Click += new ImageClickEventHandler( customToolbarImg1_Click ...
    Posted to Cute Editor for .NET (Forum) by KenA on September 2, 2004
  • Re: Insert Image Issue

    You will find the Microsoft ''Longhorn'' message in insert_image.asp as follows:    <IMG id=previewpic'' NAME=''previewpic'' src=''1x1.gif'' hspace=''5''>The next version of the Microsoft Windows operating system, code-named ''Longhorn,'' marks a significant change not only in terms of how the operating system works, but also in ...
    Posted to Cute Editor for ASP (Forum) by LynS on July 6, 2004
  • Re: ...bug/problem in insert template dialog and functionality...Quick Fix?

    Hi all,   I made a quick fix, I hope it's ok with the CuteEditor folks.  It's probably just something they forgot to add with everything going on.   To fix this I added :   overflow: auto;   to the style for the <div> holding the table for the ''file pane''   Fix:      Open ...
    Posted to Cute Editor for .NET (Forum) by colin on June 13, 2004
  • Modify Insert Link Dialog

    I want to replace the URL textbox with a dropdownlist that is populated from a database. I can get the code to work, but then the dialog title, labels and buttons have no text value because the reference to the CuteEditor.Include.insert_link class has been broken.   I have tried everything I can think of to get it to work, even going as far ...
    Posted to Cute Editor for .NET (Forum) by mgordon on February 22, 2004
  • Re: Disabling style builder tab in Insert Dialog

    dstephens,     Open the CuteEditorWeb\CuteSoft_Client\CuteEditor\Dialogs\tag.config.   To turn off the general tab, remove this line: <add pattern=''*'' tab=''Common'' text=''[[Common]]'' control=''Tag_Common.ascx'' /> To turn off the style builder tab, remove this line: <add pattern=''*'' tab=''Style'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 2, 2008
  • Re: Enable Insert Menu Items - Urgent

    CrazyK: Please refer the image attached. when you select an image and right click, all the items except for image in Insert menu is disabled. How can i enable them or particularly i want to enable the document menu item. See the image attached. Need urgent help.        We've discussed this issue again. You are ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 2, 2011
  • Re: Insert button is clickable even when hidden, in some circumstances

    Hi Adam (and Terry),   The new .dll has fixed the problem for us. In testing so far, all is well. Thank you very much.   There is one unrelated difference that I'd like to ask about. It seems that using the new .dll, the styling has changed on either the upload progress bar, or the text underneath, or both. Was this an intentional ...
    Posted to Ajax Uploader (Forum) by MisterAcoustic on October 7, 2009
  • Re: LINK tag removed from HEAD with EditCompleteDocument=true from Insert Template Dialog

    ithandyman,   When you insert template, all html code will be pasted into <body></body> section.   If you want to load tempates that contains <head> tag, please use Editor.LoadHtml Method .   Editor1.LoadHtml(''document.htm'');   Editor.LoadHtml Method Loads the contents of a HTML file into the ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 9, 2006
  • Re: Insert Image but not from a directory or a website.

    Please use this method:   PasteHTML() This method is used for pasting the specified HTML into a range within an editor document. If anything is selected, the selection is replaced with the new HTML and text. Example: // get the cute editor ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 20, 2009
  • Re: Insert break problem

    At least i could find a solution to one of the problems, i'm using <div> on pressing return.   but i still have the problem with special symbols like ® on rendering the page is adding  before the symbol   Could someone please help me on this, i can't find a solution to this problem.     Please...
    Posted to Cute Editor for .NET (Forum) by pnmcosta on October 19, 2004
« First ... < Previous 29 30 31 32 33 Next > ... Last »