Search

You searched for the word(s): javascript
Showing page 239 of 408 (4,076 total posts) < 1 second(s)
  • Customised image selector unable to work in Chrome v13.0.782.220 m

    Hi, I have followed some postings I saw in the forum on how to do up a image selector using the CuteEditor. I have followed them and implemented it as a control. The codes are as below. The code works fine in ie9 and Firefox but is unable to work in Chrome. I did some checking and found that the following statement returns -1 --> ...
    Posted to Cute Editor for .NET (Forum) by huatz on September 14, 2011
  • Re: XHTML output for a single line of text is not encoded correctly

    Hi moskie, Please try the example below <%@ Page Language=''C#'' ValidateRequest=''False'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - Support output well-formed HTML and ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 7, 2011
  • Re: Getting http error1:404 :Not found

     I'm getting the same error message, although in different circumstances; - site used to work fine in IIS6 (on Win2k3)- site has moved to IIS7.5 (on Win2k8), and is otherwise ok- both sites use the UrlRewritingNet.UrlRewrite component, although I've also tried native IIS UrlRewrite on the newer server- uploading files now generates ...
    Posted to Ajax Uploader (Forum) by PhilD on September 1, 2011
  • Problem with 6.6 version

    We have been using 6.1/VS2005/2.0 combination for a few years now with no problems. We just upgraded to VS10/4.0 and cutesoft 6.6. I created a new test web site project, added cuteeditor.*.dll to my bin folder, copied the Cutesoft_Client folder and ran the project. Page loads up and throws an error ''error?'' from some javascript alert. Below you ...
    Posted to Cute Editor for .NET (Forum) by [email protected] on August 29, 2011
  • Setting a template by javacript SetHTML function

    Hi,   When I use SetHTML(content) function of cuteeditor on client side using javascript, the content which is set is not editable. The same content is editable when I open the content through the 'Insert Template' button. Is this is known behavior or do I have to do some additional coding for cute editor to know that the content being ...
    Posted to Cute Editor for .NET (Forum) by hrm123 on August 8, 2011
  • Re: Chat/Messenger Right Click menu obscured by Firefox context menu

    Jeff- I was able to reproduce the problem in your online demo using Firefox 5.0.1On http://dotnetdate.com/Embed.aspxRight click in any of the following places:White space in the scrolling chat window (top left window) White space inside user list below users (top right window)Text input area (left of ''send'' button)What type of ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by jkohnen on August 3, 2011
  • AJAX uploader - hiding in JS or Jquery

    Hi, How I hide the ajax uploader control in javascript or in Jquery?  I have a situation where I need to hide the ajax uploader for some scenarios and display it for other scenarios, but I need to do this on the client side.  I tried setting display to none in JS or Jquery but the control still shows.  I noticed that if I set ...
    Posted to Ajax Uploader (Forum) by mchamo on July 14, 2011
  • Re: Pre-Upload Event

    Hi linkebte,   Please try the example below   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <html xmlns=''http://www.w3.org/1999/xhtml''> <head runat=''server''>     ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 1, 2011
  • getting file modified date from CuteWebUI_AjaxUploader_OnSelect

    Hi All   im using the Ajaxuploader in my asp.net project   im trying to get the uploaded files last modified date by using the Javascript  CuteWebUI_AjaxUploader_OnSelect Method there is a file array that i have access to eg var name=files[0].FileName; var size=files[0].FileSize // (or -1) is there a property in this ...
    Posted to Ajax Uploader (Forum) by Roughan on May 28, 2011
  • Re: Find & Replace feature

    Hi Ken, May I know what is code here? is it referring to editor.text (which is the underlying HTML)? Next, I would like to clarify my question here, I would like to be able to do search & replace like the one found in the cute editor toolbar, the search & replace should work from the normal text while the underlying HTML remains. Please ...
    Posted to Cute Editor for .NET (Forum) by yuenli on May 16, 2011