Search

You searched for the word(s): javascript
Showing page 14 of 408 (4,076 total posts) < 1 second(s)
  • Re: javascript initialize editor

    Cool.  I'm already doing something like that but I was really hoping to just cache/store the editor on the client side and only send html pages to load into the editor. Again, I pretty much have this working - just wanted to know for 'completeness' if I could re-initialize the editor via javascript. Thanks Adam.
    Posted to Cute Editor for PHP (Forum) by gman on June 16, 2009
  • Re: AjaxUploader works fine locally - Javascript error 'object expected' when viewing after deploy

    Hi simonhorridge,   I attached two web.config, please try it, one of them should work.   #1    <?xml version=''1.0''?> <!--   For more information on how to configure your ASP.NET application, please visit   http://go.microsoft.com/fwlink/?LinkId=169433   ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 29, 2011
  • Re: how to disable the editor and hide the tool bar by javascript?

    wolf11th: thx Ken, that's ok. In this case I have to force another ajax post to disable the editor which will still show the tool bar in the meanwhile. depending on the Internet connection, it's sort of the only way although still anoying~~~   Hopefully, in the new version cute editor can provider more client side API.   ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 5, 2010
  • Re: InsertDocument intermittent javascript error on upload

    >>What object is missing in the error message example and what are the reasons for it being missing?   I have no idea what caused this problem.  Try upload the client files to the server again.   If you can find a way to reproduce this issue with one particular file, please send this file to me at ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 27, 2007
  • Re: Javascript setHTML() won't set editor to a null value

    This was a doozy to figure out.  I finally ripped out all my client side script and the minimal config worked.  So I started placing my script back in, one function at a time.  I had a custom button on the toolbar.  ANd I guess regardless of the configuration, you call CuteEditor_OnCommand   The problem was that my ...
    Posted to Cute Editor for ASP (Forum) by DanC on June 7, 2007
  • Re: Insert Editor in td by javascript

    Yes this works, but thats not what i want to do. I don't want open a new window that contains the editor and i don't what to use a datagrid.   Wehn i'm clicking the <td> the editor should be loaded into the <td> without a postback, perhaps it works with AJAX but I haven't already tested it.
    Posted to Cute Editor for .NET (Forum) by Keule on May 24, 2006
  • Re: Anyway to get the the selected text with Javascript

    Here are the client side APIs: function getHTML()    {     // get the cute editor instance     var editor1 = document.getElementById('CE_Editor1_ID');          // Get the editor HTML     document.getElementById(''myTextArea'').value ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 15, 2005
  • Re: JavaScript

    Please check this article: http://www.mozilla.org/docs/dom/domref/dom_window_ref76.html modal If set to yes, the new window is said to be modal. The modal feature makes the new, secondary window stay on top/in front of its opener. Modal windows do not appear on the Windows task bar and can not be minimized on the Windows task bar. ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 5, 2005
  • Re: How to display javascript alert for exceeding text length?

    Dear karmyogi,   Please refer to the following snippet: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>JavaScript API</title>    <script language=''JavaScript'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 19, 2011
  • Re: Javascript accessing content of Textarea

    shland, I can help you with the javaScript API. but if you need the safari support, you have to wait for the version 5.0.We will release the version 5.0 in about 10 days.http://cutesoft.net/example/JavaScript-API.aspxThe original code: function getHTML() { // get the cute editor instance var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 24, 2005
« First ... < Previous 12 13 14 15 16 Next > ... Last »