Search

You searched for the word(s): javascript
Showing page 232 of 408 (4,076 total posts) < 1 second(s)
  • Re: Bugs in IE6 while creating new Template

    I am unable to give you the URL as this is just for Internal Testing only. However , I can give you complete steps how this error occurred.   The browser is IE6 with CuteEditor.Net V6.2 (should be the latest version)     Button With Circle is the Button I clicked     1.)  ...
    Posted to Cute Editor for .NET (Forum) by lcp on October 5, 2008
  • PasteHTML not working in table

    Hi   We have found when a user selects all the text in a table cell then tries to use the pasteHTML javascript function we get a javascript error. It works OK if they select part of the text it only seems to occur when selecting all the text.   To recreate.....   1. Goto http://cutesoft.net/example/JavaScript-API.aspx 2. ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on April 17, 2009
  • What's new in CuteEditor 6.3?

    New Features and Improvements: Insert image dialog and image gallery dialog can both point to its own file directory. You can modify ImageGalleryPath element and ImageBrowserPath element of the security policy files to meet your own requirements. For example: <security name =''ImageGalleryPath'' ...
    Posted to News and Announcements (Forum) by Adam on February 27, 2009
  • Re: CuteEditor stealing focus?

    This problem still exists in version 5. For anyone else having this problem, I grossly hacked a javascript fix; <!-- Inject Script Filtered --> <!-- Inject Script Filtered --><script language="javascript">function pause(mil) { date = new Date(); var cDate = null; do { var cDate = new Date(); } while (cDate-date ...
    Posted to Cute Editor for .NET (Forum) by trevorj on September 30, 2005
  • Problem writing custom functions

    I am trying to write a custom function that replaces text in the document. The following code is supposed to replace highlighted text with the string 'xxx' but instead just inserts 'xxx' into the document. In other words, it is supposed to replace the selected text -- but instead just inserts before it.   Help! The pasteHtml method is doing ...
    Posted to Cute Editor for ASP (Forum) by caboken on March 30, 2004
  • Re: Cute editor not loading properly in jquery pop-up with Chrome

    Hello Adam, Please see the example here http://www.hrgp.biz/TestEditor.aspx (try this in both IE and chrome). Please note that at our local development environment  this is not working at all (the content area is not visible). I had seen at the above url that content area of editor is visible sometime, so you need to test ...
    Posted to Cute Editor for .NET (Forum) by nrsharma on January 7, 2012
  • Re: Javascript Error When Uploading

    The question now is..... WHY? I need to be able to push the viewstate to the bottom of the page.  How can I do this and maintain functionality with the uploader?
    Posted to Cute Editor for .NET (Forum) by MARKA on March 25, 2009
  • Re: Custom Button pasteing Javascript

    It is not that I want to write ''hello world'' to the the document, I want to past <script></script> tags in the html when the button is clicked.
    Posted to Cute Editor for .NET (Forum) by jbucknor on November 5, 2008
  • Re: How to implement "remove button" function when I create a custom queue table?

    Dear Terry,   It seem to use javascript to implement and it can't remove the file that I uploaded after I onclick the submit button. if I create a custom quene table by build a datalist control, how could I do for it ? Thanks a lot.   Regards, tmchuang      
    Posted to Ajax Uploader (Forum) by tmchuang on April 23, 2009
  • onload function in body tag

    Hi   I am trying to enter an onload function in a body tag.   However I find that when I switch views from html to normal, the javascript runs, then when i switch back the onload function has been removed.   Any ideas on how to make it stay there?   Thanks  
    Posted to Cute Editor for .NET (Forum) by AndyFel on November 7, 2006