Search

You searched for the word(s): insert
Showing page 22 of 290 (2,898 total posts) < 1 second(s)
  • Re: How to insert content in editor

    azaldivar,   Try Change to the following line: Image1.Attributes.Add(''onclick'', ''insertHTML('Editor1','Testing...')'')   to:   Image1.Attributes.Add(''onclick'', ''insertHTML('Editor1_editBox','Testing...')'')   Or you can use the JavaScript function in the addcustombuttons.aspx.   <script ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 19, 2004
  • 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: ...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: 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 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
  • Re: image insert with https

    thanks. this seemed to work.   However, i onyl want the url to change for images inserted. I want to replace src=''http   with   src=''https. I am having issues with the quotations lining up and haveing double quotes inside the second string. I got as far as this.   <script> function ...
    Posted to Cute Editor for .NET (Forum) by Benava on April 27, 2009
  • Problem with custom Popup in Insert Image Dialog in IE

    I have implemented CuteEditor in my CMS but run into the following problem:   When a user wants to add a image, he or she clicks on the ''Insert Image'' button in CE. In that dialog i made an extra button which when clicked on opens a popup where you can choose an image from a custom list. When chosen the popup automatically closes ...
    Posted to Cute Editor for .NET (Forum) by SaferSephy on January 29, 2008
  • Problem with Insert Image Option

    Hello All,I need some help with the ''Insert Image'' option. My developers are suggesting that there is something wrong with the CuteEditor Code. I don't think that is the case so I need some help to convince them otherwise. Also, I know there is a new version out, but if we can just get this one issue resolved, we can at least test our entire ...
    Posted to Cute Editor for .NET (Forum) by rheide on April 12, 2005
« First ... < Previous 20 21 22 23 24 Next > ... Last »