Search

You searched for the word(s): document
Showing page 63 of 325 (3,244 total posts) < 1 second(s)
  • Re: Is there a way I can save and restore the cursor position?

    davinci0428,   Can you tell me why you don't use PasteHTML method. It will store the cursor position.   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 PHP (Forum) by Adam on April 3, 2009
  • problem in IE with getSelectedHTML()

    I am having a problem with getSelectedHTML() function in cute editor, asp version.   I am trying to create my own link by selecting an image(gif, jpg or png) file and manipulating and inserting the link into the editor.   When I select the image in Mozilla/Firefox, html in getSelectedHTML() function retruns ...
    Posted to Cute Editor for ASP (Forum) by MuraliC on February 18, 2009
  • First time it do not load the data in firefox

    the following code does not load the data in firefox when i click on edit button with alert i am geting the data but editor do not show it but when i click it again then it show the data in editor so for first time it do not ...
    Posted to Cute Editor for .NET (Forum) by izran on November 20, 2008
  • Re: Ajax Uploader in frame problem!

    Hi,   I have the same problem . I'm using a page contains an Iframe which source  is multiple-file-upload.aspx in demo source :   <html xmlns=''http://www.w3.org/1999/xhtml'' > <head runat=''server''>     <title>Untitled ...
    Posted to Ajax Uploader (Forum) by vinhmt04 on October 22, 2008
  • Re: Editor and saving data to a SQL DB I Need more info please.

    Yes I have that sample and I am trying to customise it to worj the the app I am building.   One ofthe things I am trying to work out is how I can relate the images to a given html document. I see this in the sameple code for the editor page: Editor1.SetSecurityGalleryPath(''/''); and in the SQL db I see items that seem to be ...
    Posted to Cute Editor for .NET (Forum) by figuerres on October 10, 2008
  • Re: Relative VS Absolute url for images

    In what document do I use this command? I am having troubles to make IE and firefox to use absolute paths.   Tried it like this in my asp document:   --------------- DIM editor editor.ID = ''Editor1'' editor.RemoveServerNamesFromUrl=''true''  .... ---------------   But this makes no difference, so ...
    Posted to Cute Editor for .NET (Forum) by Jake_B on May 6, 2008
  • Re: CSS selection width

    Change   <!DOCTYPE HTML PUBLIC ''-//W3C//DTD HTML 4.0 Transitional//EN''> to:   <!DOCTYPE HTML PUBLIC ''-//W3C//DTD HTML 4.01//EN'' ''http://www.w3.org/TR/html4/strict.dtd''>   It should resolve the problem.     Reason: Generally, there are two choices for rendering mode, ''standards'' mode and ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 22, 2008
  • Re: Enable/disable Editor contents using javascript

    Leah,   You can paste the same code into editor using the JavaScript API of Cute Editor.   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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 10, 2008
  • Re: IMG Dialog

    Thanks for your reply.  Unfortunately, I'm seeing that do_preview() is undefined.    What I'm doing is providing an alternate Browse function, which allows the user to select images from a remote location.  Once they select an image, a call is made to the following custom function on tag_image.ascx:     function ...
    Posted to Cute Editor for .NET (Forum) by chprpipr on March 25, 2008
  • using CSSClass Dropdown event in another form

    HI Guys,   am New to Cute Editor.     I created one CSS Button and placed in the toolbar... When I click that button It opens antoher form with css styles... I have to apply style from this file...So that I wrote the code with window.opener using CSS Class onchange function.. But it is not working...   I used _Format ...
    Posted to Cute Editor for ASP (Forum) by mkani on February 28, 2008
« First ... < Previous 61 62 63 64 65 Next > ... Last »