Search

You searched for the word(s): insert
Showing page 2 of 290 (2,898 total posts) < 1 second(s)
  • Insert URL and Insert image problem

    Hi guys,   If I first insert an link using ''Insert Hyperlink''. Add url and title. It will display the url, ut not the title.   If i insert url=http://www.google.com and title=google. It wont display Google. its displaying the url . How to fix this.     thanks  
    Posted to Cute Editor for .NET (Forum) by sarad on February 12, 2007
  • Re: Problem with insert image and insert download doc

    This issue has not been resolved in v3.0. It is not possible to edit files to get scrollbars in the insert_image window, because the winie.js file just loads a IFrame (IFrame code is compiled). You can however set a new height param for the window.   Adam, will you please resolve this error in the next release?    
    Posted to Cute Editor for .NET (Forum) by Zapotec on September 7, 2004
  • Re: images and text box doesnt load correctly.

    I'm having the same problem.  Here's what I'm doing....   In TestPage1.aspx:  <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ... <div>     <CE:Editor ID=''Editor1'' runat=''server'' /> </div> ...   After viewing the page's source, he's ...
    Posted to Cute Editor for .NET (Forum) by mhodges on December 10, 2008
  • Re: Problem with insert image and insert download doc

    Has this issue been resolved in version 3.0?  I am using version 3.0 and have not been able to figure out how to have scrollbars in the insert_image window.  I've tried modifying the WinIE.js file to turn on the scrollbars, but this does not work.  Hoping there's just something I'm missing.   Any help will be greatly ...
    Posted to Cute Editor for .NET (Forum) by ahoward on September 2, 2004
  • Re: How to disable insert option in Image/ Document Editor?

    Hi kamala20,   If you mean the 'Insert' button   Insert Image dialog   1. Open file 'CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx'   2. Find section below   <input class=''formbutton'' type=''button'' value=''   [[Insert]]   '' onclick=''do_insert()'' id=''Button1'' /> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 10, 2009
  • Insert hyperlink issue

    Hi Adam,   There is an issue with insert hyperlink, when I click on ''insert hyperlink'' toolbar button the Dialog to insert link appears.   Using Firefox: as a normal practice I insert URL=www.google.com and then click ok button.   It will insert a <a></a> tag in the editor with following <a ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on January 7, 2009
  • Re: sample code for button insert in the dialog Insert Image

    Hi Adam,   Your example works well, but a suggestion I would offer would be to actually post the code that makes the example work.  It's very difficult to get anything out of the example you have there except to see that it's possible.  Unless I am missing something, then I apologize.   Thanks
    Posted to Cute Editor for .NET (Forum) by quackmire on March 7, 2008
  • Re: Customize "Upload" button behavior in Insert Image dialog box

    Hi qsun, The code below shows you how to handle the click envet of the upload button. And how to change the upload file name. The red code is what I added into the ''insert image'' dialog page <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' EnableViewState=''true'' %> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 24, 2011
  • Re: Insert Text and Image as <DIV> layers?

    >>Can I Insert Text and Images as <DIV> layers?   You can create a <DIV> layer first and  insert the Text and Images to the above layer.   >>Also, I would like to be able to allow the administrator rights to insert a background image and the user right not to be able to change/delete the background ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2006
  • Re: Get values from dropdown in toolbar - to insert into database

    No, I'm afraid that didn't help. I cannot see how the code refers to a dropdown in the toolbar or how it gets the value of the selected item of the dropdown in the toolbar. The example you show gets the information from the Editor textarea. I can do that, but I cannot get the value from the dropdown in the toolbar.   This is the code of the ...
    Posted to Cute Editor for .NET (Forum) by the4bs on June 27, 2006