Search

You searched for the word(s): document
Showing page 162 of 325 (3,244 total posts) < 1 second(s)
  • How to: Use the image selector from CuteEditor outside of the editor itself

    In an effort to give back to the CuteSoft community of which I have taken advantage of so frequently, I am posting a how to on using the image selector outside of the cuteeditor.  These codebits are pieces I have gathered from all of your different postings but in great part to help from Adam and Czar.  We will start with am image ...
    Posted to Cute Editor for .NET (Forum) by jjano on June 23, 2005
  • Re: Javascrit error 'Access Denied'

    I understand that I'm using two different domains.  But both domains share the same base domain name 'mycompany.com'.  Setting the document.domain property allows the parent and child frames to talk - this works okay now. The problem is that with the introduction of the CuteEditor control onto the child page (within the iframe), I ...
    Posted to Cute Editor for .NET (Forum) by shobman on January 18, 2005
  • Restrictions in filename using Downloadable files

    When using the Downloadable files function, I've noticed that it does not work if there is a space in the filename for the document uploaded to the server. When trying to download the document you get a ''The page cannot be found'' message as the path to the document stops at the space. I've also tested this on the online demo using the file ...
    Posted to Cute Editor for .NET (Forum) by tomsl on February 2, 2004
  • Re: Retrieving selected text

    I have version 6.0 here so I guess there's no ''_Format'' function for me. I hope I'm missing something because I've had no luck using ranges and CuteEditor together. The following javascript works fine on a little test page I made, but in CuteEditor it doesn't grab anything. tmp = document.selection.createRange(); strSelText = ...
    Posted to Cute Editor for ASP (Forum) by Jaheckelsafar on July 5, 2007
  • Re: Upload erros

    Hi, Ok the hotfix corrected the vb error but now the INSERT DOCUMENTS option does allow me to upload files that has the proper extension.. The only files I was able to upload was image files.. Other than that, it will not accept .txt, pdf, doc ect ... I check the Browse Document file and the extension are there ... Ideas??? Thanks
    Posted to Cute Editor for ASP (Forum) by theKOOS on June 28, 2005
  • Problems with IE7 when using latest version as Image Selector

    I haven’t upgraded my Cute Editor version since the end of December 2007. I have just done so and now have a few issues \ question in getting the latest version working within my project.         First problem is I use a CE control as an image selector. This code used to work in IE7 but now it ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on August 19, 2008
  • Re: insert file manager / image manager directly in page

    Please refer to http://cutesoft.net/example/howto/use-CuteEditor-as-image-selector/use-CuteEditor-as-image-selector.aspx and http://cutesoft.net/example/howto/use-CuteEditor-as-document-selector/use-CuteEditor-as-document-selector.aspx  You can find the source code of these two examples in download package.   Regards, Eric 
    Posted to Cute Editor for .NET (Forum) by Eric on May 6, 2010
  • Re: CDATA Tag question?

    Roger,   Please try:     // get the cute editor instance    var editor1 = document.getElementById('<%=Editor1.ClientID%>');    var html=''Hi <!-- <![CDATA[document.write('Hello World!');]]>//-->'';    editor1.PasteHTML(html);   Keep me ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 29, 2006
  • Get ClientID From editor Object

     I know I can get the editor when I know the ClientID of the control by using the following command:   var editor1 = document.getElementById('<%= Editor1.ClientID%>').editor;   However, I need to get the ClientID from an editor object that I already have.  Is that possible?   Thanks, Steve
    Posted to Rich Text Editor for .NET and MVC (Forum) by fulles on March 11, 2014
  • Re: Big problem with images styled to 100% width when within table in IE8

    This would be good. Just... How do i set the doctype on the editor?   Something like this?   var editor = document.getElementById('<%=Editor1.ClientID%>');   function CuteEditor_OnCommand(editor, command, ui, value) { ...
    Posted to Cute Editor for .NET (Forum) by Bloodcarver on August 20, 2012