Search

You searched for the word(s): document
Showing page 31 of 169 (1,685 total posts) < 1 second(s)
  • Problem Changing the view's of editor in 6.3

    Hello, I am getting the error ''''. When I execute the code below. What I want to do in the following code is to change the view of editor from ''preview'' to ''edit/html'' view in javascript.   This code was working fine with the version 6.0,But gives error in 6.3.May b the event has been changed or the way to attach event is ...
    Posted to Cute Editor for .NET (Forum) by yuvika on April 14, 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: 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
  • Re: Problem on function setHTML (Javascript object)

    On example page is not problem, but on my page i'm using DIV, and set on style visibility of DIV tag  ''hidden'' and '''' (none) (Some time is problem, some time is OK)   <div id=''aaa'' style=''position: absolute; background-color:White; border:solid 1px #124F97; z-index:1000 ; left: 17px; top: ...
    Posted to Cute Editor for .NET (Forum) by nddieu on October 16, 2007
  • Re: Custom colors in color picker?

    Well,   For the sake of anyone who might stumble upon this problem in the future:   Edit the following file: CuteSoft_Client\CuteEditor\Dialogs\colorpicker.aspx   Use code similar to the ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on June 14, 2007
  • Re: ExecCommand, insertlink and Firefox

    Vincent,   Can you use PasteHTML API?   PasteHTML() This method is used for pasting the specified HTML into a range within a 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 .NET (Forum) by Adam on February 9, 2007
« First ... < Previous 29 30 31 32 33 Next > ... Last »