Search

You searched for the word(s): document
Showing page 50 of 325 (3,244 total posts) < 1 second(s)
  • Re: bookmarks in dropdownlist

    Thank you very much! - that worked.   For the benefit of anyone else who would like to do this, I used this code:   var editor1 = window.opener.document.getElementById('CE_ctl00_maincontent_Editor1_ID');   var editdoc = editor1.GetDocument();   var count;     for(count = 0; count < ...
    Posted to Cute Editor for .NET (Forum) by the4bs on July 20, 2006
  • Re: Preview Single Click

    Nadir,   Version 5.2 is out.   This issue is resolved in the version 5.2.   Demo:   Handle pasted text   http://cutesoft.net/asp/editoronpaste.asp   Use CuteEditor as an image selector   http://cutesoft.net/asp/use-CuteEditor-as-image-selector.asp   Output well-formed HTML and ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2006
  • Re: Wierd FireFox issue

    That is ok, I have another problem that i am currently trying to document for you involving Fit to Window, the +/- and inter frame Javascript, where I can crash the editor everytime. I have disabled the Fit to Window when I have the editor within an Iframe so that my resizeing code will work. Basicaly the editor loses scope of the body element ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on March 27, 2006
  • Re: read in or write out a RTF file?

    Are there any plans to be able to access the text in any other format?  The problem for us is that there are many controls out there that do this sort of thing ... but all from the perspective of generating web pages, not of generating documents.Am looking for an asp.net based control over which you can have wysiwyg formating ...
    Posted to Cute Editor for .NET (Forum) by ajcsolutions on August 10, 2005
  • Re: Behavior of New Uploaded File Browser

    Thanks for the reply, Adam! I went ahead and specified that property, but it is behaving somewhat strangely.  Each user's document upload folder is several levels deep.  Here's an example of what I specify the property to: ''~/Data/Clients/[ClientID]/DynamicFiles/'' When I do this, the document uploader opens the right directory. ...
    Posted to Cute Editor for .NET (Forum) by ChrisBissell on November 19, 2003
  • Re: FileManager problem - GoogleChrome, Safari, IE11

    GeorgeS:Hi,   I have most recent CE v 6.6 from October 2013 and there is a problem with File Manager. The same problem is on your demo page: http://cutesoft.net/asp/use-CuteEditor-as-file-manager.asp   This example does not function in Google Chrome/Win7 or Safari/Mac.   Problem occures in this line: ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 25, 2013
  • Re: CuteEditor methods are not working when making it visible by code.

    Hi Ken,   Thanks for the reply, Some how that event is not firing in my page, I have 6 to 8 cute editors in my page, which will be invisible while page loads, and based on user selection they will be dispalyed.    This issue is only with chrome , safari and firefox (May be other than IE) . I am trying to find a workaround for ...
    Posted to Cute Editor for .NET (Forum) by swathiVajja on March 7, 2013
  • Re: IE9 Issues with CUTEEDITOR_ONINITIALIZED

    Ken -   That trigger fires on IE9 at all the different compatibility levels.    After looking into things a little deeper, I tried adjusting the Browser and Document modes on IE9.  Our problem only occurs when we are in IE9 Document mode.  All other combinations of Browser mode and Document mode ...
    Posted to Cute Editor for .NET (Forum) by BigDave on May 16, 2012
  • Re: cuteeditor version 6.6 and IE9 gives null

    Hi slash, Please try the example below, does it work for you? If the example below get the same problem, I suggest you download the latest version and try again. Latest version downloads http://www.cutesoft.net/downloads/folders/21904/download.aspx  <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 12, 2012
  • No items required

    Hi, I have an uploader on a page with other data.Uploading items is optional. But if no items are selected my page won't postback (and the rest of the data cannot be saved).Where do I set that uploading of images is optional in the ajaxuploader? this is my ...
    Posted to Ajax Uploader (Forum) by Anonymous on January 21, 2012
« First ... < Previous 48 49 50 51 52 Next > ... Last »