Search

You searched for the word(s): document
Showing page 225 of 325 (3,244 total posts) < 1 second(s)
  • Re: Gettings errors when I overwrote CE for DNN 4X with CE for DNN 5X

    Dear dsmajor,   Please check NukeEdit4\document\DotNetNuke-Integration.htm in download package, that is installation steps for dnn4.x, have an inversion operation and uninstall CuteEditor for DNN4.X   When finish those steps, install cuteeditor for dnn5.x, the installation steps can be found at ...
    Posted to Cute Editor for .NET (Forum) by Eric on March 2, 2010
  • Re: A few errors need help

    Hi nadol_c,   About question1 and question2, Can you try to upgrade to the latest version and try the simple page like below? <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 19, 2009
  • How can i achieve this in code behind

    Hello I would like the following javascript implemented in code behind the reason is I would like the submit to either upload or do something else depoending on some server validation   <script type=''text/javascript''> function submitbutton_click() { var submitbutton=document.getElementById('<%=SubmitButton.ClientID ...
    Posted to Ajax Uploader (Forum) by wassimsa on March 27, 2009
  • How can you set the height using JavaScript after CuteEditor has been loaded.

    I am banging my head against the wall here.   What I am trying to do is detect the browser area, and then do a bit of math to get the exact size minus other controls that I want CuteEdit to be.   For example:   <script type=Javascript> function resizefunction() {    ...
    Posted to Cute Editor for PHP (Forum) by Daniel Krusky on December 27, 2008
  • Toolbar displaying incorrect image for certain buttons

    Hi,   I'm currently working on an implementation of CuteEditor for a web portal.   The context of the editor is that it is placed within a div which, on postback, is either shown or hidden, to mimick popup behaviour (a modal background is implemeneted, but seperately, i.e. we are not using the modal popup extender or anything like ...
    Posted to Cute Editor for .NET (Forum) by DLRichards on August 13, 2008
  • Re: Pre-Upload Event

    Hi,     We have made some research on your request.   We recommand you implement your request by this way:   Use custom UI button by setting the Uploader1.InsertButtonID=''AnotherButton''   then the uploader script would replace the AnotherButton.onclick=..   You can replace it by this way ...
    Posted to Ajax Uploader (Forum) by cutechat on July 7, 2008
  • Cute editor's setHtml function works after alert

    Hi there, I am sending data to be edited to another where cute editor is residing. I found that   editorEdit = document.getElementById('<% = Editor_Edit.ClientID%>'); editorEdit.setHTML(''hi'');                    these lines in javasctipt ...
    Posted to Cute Editor for .NET (Forum) by lastactionhero on June 26, 2008
  • Loading a doc

    I am trying to load a document  which has images (.doc)  into cuteeditor It is not showing properly.........which methos I have to use?   Editor1.Load(''document.doc'') LoadFormData,LoadRTF,Loadtext, LoadWord,Load,LoadFile  which one I have to use.     2nd question:   I have seen preview option is ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 4, 2008
  • Passing HTML to the CuteEditor

    Hi,   I am using the trial version of version CuteEditor for .NET v6.0. Creating a document and saving it in an Oracle DB works fine, and so does re-opening that same document in CuteEditor.   But, in my application I also need to convert Microsoft Word documents to HTML, and I would like to re-open them for editing in the ...
    Posted to Cute Editor for .NET (Forum) by Nasty2 on February 13, 2008
  • PDF conversion significantly different than HTML

    I have big problems with HTML2PDF! Nice HTML structure becomes all wrong when converted to PDF.   What am I doing wrong!?   Here's the HTML display in CE:             and here's the PDF Version! How can it be so different?         It's got the wrong font. ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 12, 2007