Search

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

    Yes, it can be done, I have created a similar solution, but I used the standard link button and customized the link dialogue. The user can choose what can of link he wants to create (internal, http://, mail) and when he chooses internal, I show a drop down listbox with all the pages. I create this list from the DB and preload it in javascript. I ...
    Posted to Cute Editor for ASP (Forum) by larch on May 13, 2004
  • rich dropdown

    I have a problem with the rich dropdown javascript functions. They are automatically added to the page the editor lives on. But the links (onmouseover etc) have parent.rOver defined instead of just rOver. This way, when using frames, i get a javascript error that the function rOver is not defined.   How can i remove the parent. identifier ...
    Posted to Cute Editor for .NET (Forum) by PosiXX on April 21, 2004
  • Enter key in different form field displays file dialog

    I've tried both the ''Live Support'' and the support email and haven't gotten an answer on this question. My company is still in the evaluation phase of the AJAX Uploader, and if we can get past this problem, will be purchasing the control. I have the AJAX Upload control on an ASP.NET form with other fields, such as a TextBox for FirstName, ...
    Posted to Ajax Uploader (Forum) by dhoffman on August 28, 2009
  • Replace InsertImage with a new one?

    Hi I want to replace the existing funtion InsertImage.php with a new one. I have just tested to fill a field called TargetUrl with a value and after that call the existing function do_insert().   I end up with javascript error saying that TargetUrl has no properties.   I use the javascript files used in the original InsertImage for ...
    Posted to Cute Editor for PHP (Forum) by julgus on November 21, 2007
  • CuteEditor still strips all script elements though I set EnableStripScriptTags = false

    I use the version 5.3. For my application, the editor still strips all script elements though I set EnableStripScriptTags = false.   My application is an email editor page that allows users to edit 2 versions of email, html and plain text. There is a CuteEditor for html email and a TEXTAREA for plain text email in the same ...
    Posted to Cute Editor for .NET (Forum) by ytang on January 5, 2007
  • HTML Pasted got updated in Cute Editor

    A bug was found in Cute Editor which prevents integrators from simply pasting HTML from Dreamweaver into the HTML view of Cute Editor. It seems like Cute Editor re-processes the HTML entered and breaks it in some cases.If you paste this HTML below in the HTML view of Cute Editor and simply save to database. It will not show correctly on the ...
    Posted to Cute Editor for .NET (Forum) by smitaswaika on August 22, 2006
  • Re: Restrict width/height of XHTML (rather than the control)

    There is no javascript API  for scroll bar.  We do have the API for editor document.   Getting the Active Editor Document In order to find the active editor document, you would type: // get the active editor document var editdoc = editor1.GetDocument();  
    Posted to Cute Editor for .NET (Forum) by Adam on October 8, 2007
  • Re: zoom

    Please check the following example and make sure you can run this example on your own server successfully http://cutesoft.net/example/JavaScript-API.aspx    Editor1.AddInitializeScriptCode(''alert(editor.id+' loaded! server time : '+editor.GetScriptProperty('ServerTime'))'');   Then modify it to meet your own requirements.
    Posted to Cute Editor for .NET (Forum) by Adam on March 24, 2008
  • Re: How to customise the max length javascript message ?

    hi adam,    I have modify the _default.xml but seems not working,what should i do to make it work ?   Thanks    
    Posted to Cute Editor for .NET (Forum) by kennethcube on May 18, 2006
  • Re: Embedding javascript documents

    Stephen,   Please set EnableStripScriptTags property to false: Editor.EnableStripScriptTags Property  Specifies whether to remove inject script before write the string into the db.  
    Posted to Cute Editor for .NET (Forum) by Adam on October 4, 2005