Search

You searched for the word(s): document
Showing page 108 of 325 (3,244 total posts) < 1 second(s)
  • Help file for users

    Has anyone created a help file for those using the cute editor. I don't mean setting it up but for all the people that only want to click the buttons and fill their web sites with text, pictures and pdf files. I am looking for something with a bit more info then what the cute editor help button has. I know there is some info in the cute editor ...
    Posted to Cute Editor for PHP (Forum) by TheQuestionPeriod on October 21, 2008
  • File upload to outside of the web server

    Hi,   I want to use cute editor as a file manager, but I need it to upload files to a secure location which is not available to the web server.  However the configuration options all seems to be relative to the document root.   Also, ideally I would like to be able to select more than one file to be uploaded at a ...
    Posted to Cute Editor for PHP (Forum) by dev42 on October 19, 2008
  • ContentType Property?

    I am evaluating your upload component and have a question.  I am storing the uploaded files to a SQL Server and need the ContentType property for the associated uploaded file.  This property is used when streaming the files back out to the client's browser later down the road.   For example, a PDF might come in with ...
    Posted to Ajax Uploader (Forum) by Rando on October 10, 2008
  • Spell Check Error for nbsp

    The spell checker is identifying ''nbsp'' as a spelling error in our documents.  It seems the ''&nbsp'' embedded in the HTML as spaces is being recognized as document text.  I have not seen a remedy for this in the forum.  I would appreciate advice on how to have the spell checker ignore this character and possibly other HTML ...
    Posted to Cute Editor for .NET (Forum) by walkken on October 8, 2008
  • Why is setting the height of the editor with JavaScript not working

    I am attempting to use the following JavaScript found in another post here to set the editor height via BLOCKED SCRIPT   var editor1 = document.getElementById('<%=WYSIWYGEditor.ClientID%>'); alert(editor1); // setting the height of CuteEditor editor1.SetHeight(''1000''); editor1.SetHeight(''1000px'');   The reason I ...
    Posted to Cute Editor for .NET (Forum) by atconway on September 15, 2008
  • Insert Image Issues

    Hi, I am having some strange issues in internet explorer when inserting images.. 1)The preview area sometimes isnt previewing the image, this seems to be a path issue.. but the main prob is 2)Upon inserting the image, it isnt being placed where the cursor last was (its placed either at the top of the document or in a different area)   ...
    Posted to Cute Editor for PHP (Forum) by splendidbob on September 14, 2008
  • Anchor tag positioning in IE

    When inserting an anchor, I position the corsor on the body and press the anchor tag, the anchor is not placed where the corsor was instead it places the anchor tag at the beginning of the document and not where I originally wanted the anchor tag to be.  This issue only happens in IE, and not in Firefox.
    Posted to Cute Editor for .NET (Forum) by killermk on August 22, 2008
  • Is setHTML() supported in v5.2

    Is setHTML supported in v 5.2? I ask because no matter what I try I cannot get it to work. Whenever I do I get a ''Object doesn't support this property or method'' error in IE and ''editor1.setHTML is not a function'' in FF. In fact I get the same errors if I use the getHTML function too, though if I use alert(editor1.value) this returns the ...
    Posted to Cute Editor for ASP (Forum) by judas on July 31, 2008
  • Re: Insert a A Link

    Ok. It works with:   var editor1 = parent.document.getElementById('CE_Editor1_ID');      When i Exec:   editor1.ExecCommand(''insertlink'',false,''http://test.de''); I think it insert the Link But when i use  the Function after this:   Window_CloseDialog(window);   The window ...
    Posted to Cute Editor for PHP (Forum) by ddanninger on July 29, 2008
  • change the working area size within javascript

    hi i have this code: var editor1 = document.getElementById('<%=Editor1.ClientID%>'); var relativeZoom = (val * 1.0) / (lastZoom * 1.0) ; lastZoom = val; var h = editor1.clientHeight; var w = editor1.clientWidth; h = h * relativeZoom; w = w * relativeZoom; editor1.clientWidth = w; editor1.clientHeight = h;     the ...
    Posted to Cute Editor for .NET (Forum) by Dovalle on July 13, 2008