Search

You searched for the word(s): insert
Showing page 30 of 408 (4,079 total posts) < 1 second(s)
  • Cute Editor 5.2 Big Problem With Fire Fox 1.5 Insert Image or Any Control in Editor

    hi Adam,We are use Cute Editor 5.2 There Are Big Probelm With FireFox 1.5 Any Control Is Cont Working with Fire FoxHere Are Example Here is Screen Shot Of The Proble   1, Inser Image   After 2, Click On HTML Tab After 3. Back To Normal     It's Give Me Original Content OF Cute Editor   It's Same For All ...
    Posted to Cute Editor for .NET (Forum) by kalpesh on February 1, 2006
  • Re: Allowing image upload but not insert

    Thanks.  I figured I could do that but I really want to do this in some cases but not all. (ie just use the image upload function by itself at times)   If I create a copy of the InsertImage.Frame.aspx and InsertImage.aspx and rename them to say, UploadImage.Frame.aspx & UploadImage.aspx, (and edit out the functions I don't want) ...
    Posted to Cute Editor for .NET (Forum) by RobertC on January 20, 2006
  • Re: insert text

    iberium,   Please check the following two examples:   http://cutesoft.net/example/howto/AddButtons/cs/create_a_custom_button.aspx   http://cutesoft.net/example/JavaScript-API.aspx   The code of  the above examples:    function PasteHTML(html)   {    // get the cute ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 6, 2005
  • Re: Insert Hyperlink Button Causes Error on Duplicate Install

    >>Do you have problems with other dialogs??<< Yes.  Insert Image (both), Insert Link, Remove Link, Insert Anchor, Insert HR. There could be more, but these are the only ones we have on our custom toolbar that are giving us trouble. Thank you for your help!!! :-)
    Posted to Cute Editor for .NET (Forum) by ccrookston on November 30, 2005
  • Re: insert text from drop down

    In the version 5.0, there is an JavaScript API which allows you paste HTML code into the editor. This is an example: function PasteHTML(html) {     // get the cute editor instance     var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 12, 2005
  • aobut insert custom image problem

    i want to define a custom button in CuteEditor to phase some html code, the code is <img src=''*******''> when i click the button, the code ''<img height=''30'' src=''*******'' width=''28''>'' will be generated in CuteEditor, the image height and width seem auto generate, Can i remove the height=''30'' and ...
    Posted to Cute Editor for .NET (Forum) by snow on September 1, 2005
  • Re: save relative path after insert image

    Adam,   I did that:   <ce:editor id=''Editor2'' DisableAutoFormatting=''true'' RemoveServerNamesFromUrl=''true'' UseRelativeLinks=''true'' runat=''server'' activetab=''View'' filespath=''./CuteEditor''></ce:editor>  And now I've got:<img height=''600'' ...
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on August 19, 2005
  • Re: Insert image / Image properties

    Zapotec, >> Image properties dialog should have ''Constrain proporsions'' on width and height. If select the image and click  button, in the image dialog, you will have the ''Constrain proporsions'' . >> - We would like to add our own text into the preview window, just as we had in CE3.0     a.  Locate and ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 16, 2005
  • Re: setting default Row and Column values on new Insert Table

    Yes. It's possible. Step 1: Locate and open Insert_table.asp Step 2: Locate the following code: if(editdoc){p_table=editdoc;} else { p_table=document.createElement('<table style=''width:300px;Height:200px;'' border=1 cellspacing=4 cellpadding=4></table>'); var ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 14, 2005
  • 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
« First ... < Previous 28 29 30 31 32 Next > ... Last »