Search

You searched for the word(s): javascript
Showing page 8 of 408 (4,076 total posts) < 1 second(s)
  • Re: Javascript not working

    Hello Adam,   I have the same issue. I tried to use your online example to reproduce it, I found the example page doesn't work. It only shows a bunch of broken image links.   My code calls ''editor.EnableStripScriptTags = false;'' before loading the content which contains JavaScript from the database and set to the editor. ...
    Posted to Cute Editor for .NET (Forum) by ytang on September 27, 2007
  • JavaScript API?

    Greetings, I've been using CuteEditor, and now I need to build some custom features. But after I saw the JavaScript API in the documentation and the JavaScript API example, I lacked some information on how to use it properly.   Is there some documentation somewhere that explains throughfully the Javascript API? Because I don't want to be ...
    Posted to Cute Editor for .NET (Forum) by ID3TECH on February 23, 2007
  • JavaScript-API does not work in Safari (2.03)

    regarding the url which demonstrates the javascript api: http://www.cutesoft.net/example/JavaScript-API.aspx   If you run this demo you will see that the sethtml button does not work in safari 2.03.   I know there was a fix to get this working in Safari 1.3 (it now works). However, it does not work in Safari 2.03. I'm guessing it's ...
    Posted to Cute Editor for .NET (Forum) by ekatz on May 30, 2006
  • JavaScript's createTextRange()

    Hi, I'm trying to utilize JavaScript such that a user clicking on an item in a ListBox will take them to a specific location in CuteEditor.  Version 2.0 of CuteEditor allowed me to use createTextRange().  However, this does not appear to work in Version 4.0. I found a previous post -- ...
    Posted to Cute Editor for .NET (Forum) by fcatacutan on June 10, 2005
  • Re: Need documentation to the whole Javascript API

    Dear Sergejack,   Please try the following snippet: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>JavaScript API</title>   <link rel=''stylesheet'' href=''../example.css'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 28, 2011
  • JavaScript is executed in “NORAML”, “PREVIEW” tab and considered the result as part of the content.

    CuteEditor Support,   We are using the latest CuteEditor.asp.net 6.6 (downloaded from the website on 8/23/2011)   issue: JavaScript is executed in “NORAML”, “PREVIEW” tab and considered the result as part of the content.   Repro steps: 1)     Create a webstie and put the ...
    Posted to Cute Editor for .NET (Forum) by qsun on August 23, 2011
  • Re: Enable Javascript tags

    Ignacio,   If you want to keep the JavaScript, you should set this property to false.   Editor1.EnableStripScriptTags = False   Editor.EnableStripScriptTags Property Specifies whether to remove inject script before write the string into the db. When this property is set to true (the default) Cute Editor strips all script ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 28, 2006
  • Re: Dialog_SelectFile.js returns an Javascript error.

    Hi abdelkrim,   I have tried on my win 8 IE11.0.9600.16476, but can not reproduce this error. Do you get the same problem on http://cutesoft.net/asp/EnableAll.asp? If yes, can you show me the full steps to reproduce this error on the demo? So we can check it.   Regards,   Ken 
    Posted to Cute Editor for ASP (Forum) by Kenneth on February 6, 2014
  • Re: Pasting JavaScript Code in Code-View disapears

    Hi miller399,   Please set property "AllowScriptCode" to true and set   "TagBlackList" to "", then it will allow to use <script> and <iframe> target.     <RTE:Editor ID="editor1" runat="server" AllowScriptCode="true" ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on October 7, 2013
  • Re: Complete Javascript API

    Hi vickMercury,   the link I sent is the only js api document. If you want to find all properties/methods of the uploader object, please try the example below. it will list ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 24, 2014
« First ... < Previous 6 7 8 9 10 Next > ... Last »