Search

You searched for the word(s): document
Showing page 173 of 325 (3,244 total posts) < 1 second(s)
  • Re: How do you resize the link/image/document dialogs?

    // Default editorconstant ornaments for the Tag dialog editorconstant._tagDialogFeature = ''help:0;status:0;resizable:0;dialogWidth:453px;dialogHeight:515px;'';   Please modify this line instead.
    Posted to Cute Editor for ASP (Forum) by Adam on March 20, 2008
  • Re: Files/Links menu option does not reliably add files/links to document:

    Hi wzs5011, We have fixed this issue, please download the latest version and try again. Latest version downloads http://www.cutesoft.net/downloads/folders/21904/download.aspx Online demo http://www.cutesoft.net/example/general.aspx Regards, Ken 
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 5, 2011
  • Re: Error while upgrading 6.0 to 6.3

    Please check this article:   http://cutesoft.net/developer+guide/index.htm#page=JavaScript-API.htm   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 .NET (Forum) by Adam on April 3, 2009
  • Editor will not load file

    Hello,   I've reviewed the use-CuteEditor-as-document-selector.aspx example and modified the code to view the editor: <CE:Editor id=''Editor1'' runat=''server'' BorderColor=''White'' /> But I can not load a file to the editor. I have not modified the java script funtions. I can see the single file I've saved but when inserting, ...
    Posted to Cute Editor for .NET (Forum) by disdp1 on March 17, 2008
  • Re: Cute Editor injecting code from Firefox add-ins

    vanclute: Yes that does remove the offending code, of course along with all the javascript I actually DO want to be there.   So what now?   Jonathan   Ok.   We cannot Skype plug-ins adding code to editor. But we can remove the code after it is added into editor.   Please check the following article and ...
    Posted to Cute Editor for PHP (Forum) by Adam on March 12, 2010
  • Re: HTML Editor inserting </bgsound> tag

    Adam,             I cannot reproduce it on your online Demo; it happens in my local environment, only when I set the Process Entire document flag to true? Any idea what might cause a </bgsound> tag to be inserted in the HTML? You did say in the begining of this thread that you have been able to ...
    Posted to Cute Editor for ASP (Forum) by vinsr27 on November 11, 2009
  • Re: Two little questions

    Hi,   If you still get the 0 FileSize, I think you get a bug.   But we can't reproduce it. Can you send your code which caused that issue ?   for the #2 question , please check this http://ajaxuploader.com/document/scr/JavaScript-API.htm   You can hide the default progress UI , and show it in another place using ...
    Posted to Ajax Uploader (Forum) by cutechat on July 30, 2009
  • Re: Saving Html to RTF with image fails

    Please try the following code:   <%@ Page Language=''C#''%>   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>     <script runat=''server''> ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2009
  • Re: increase the image file size for uploading

    didn't work i used the imageinfo.aspx file 'cause imageupload.aspx, imageupload1.aspx, and imageupload2. aspx didn't have this : <%@ Register TagPrefix=''CE'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' %>   here are the codes:   <%@ Page Language=''c#'' ValidateRequest=''False'' Trace=''false'' ...
    Posted to ASP.Net Image Gallery (Forum) by timhieuxem on November 1, 2008
  • Re: Question about cross-domain support

    greggcz: greggcz: After further investigation, I found that the crossdomain script is calling a wrong url:      22         False    +4.040 s             0.079 s      ...
    Posted to Cute Live Support (Forum) by Adam on February 18, 2008