Search

You searched for the word(s): javascript
Showing page 218 of 408 (4,076 total posts) < 1 second(s)
  • Problem - Cute Editor adding <![CDATA[ in front of JQuery Code

    Below is my original Code.  If I make any changes to the code below and click submit/post, Cute Editor adds <script type=''text/javascript''><![CDATA[ and then finishes off with ]]></script>.  So basically after hitting submit it raps my JQuery code with the CDATA making it not work correctly.  <script ...
    Posted to Cute Editor for .NET (Forum) by leadville on May 15, 2009
  • Insert template - preview not shown; template not inserted.

    With the use of templates it is possible to automatically add predefined text instantly, just by clicking at the template file. Really nice feature, but not working at our side. Please take a look at the demo: http://cutesoft.net/example/SqlSample/UseSql.aspx   When you hit the ''insert template'' button in the toolbar, the ''Insert ...
    Posted to Cute Editor for .NET (Forum) by ronald.evers on May 5, 2009
  • Can you fix this bug? (Fix included)

    For some time we have been receiving occasional random Javascript errors in IE7 and have found the solution. Can you add this fix to Cute Editor so that we do not need to hack the implementation file each time we update? Inside of IE_Implementation\CuteEditorImplementation.js the first part of function Ox93a reads like ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on March 16, 2009
  • Re: Problems with IE7 when using latest version as Image Selector

    Paul,   >>Second problem is I used to launch a window from CE and be able to close the window with a simple javascript call ''window.close();''. This also no longer works. use  window.top.close()   For the first question, please use the following code:   <Script Language=''javascript''> ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 19, 2008
  • getHTML is not a function (version 5.1)

     Hi -  I must not be understanding something.      Here's a link to a simplified page:  http://www.scientificinquiry.org/cutejavascripttest2.asp   This is based on your sample at http://cutesoft.net/asp/JavaScript-API.asp.   When I run your sample it works fine, when I run my code I get a ...
    Posted to Cute Editor for ASP (Forum) by SavageAnne on May 1, 2008
  • Re: Creating editor with HTML and JS

    After some more work, and understanding what is involved in displaying the editor, I found a workaround that doesn't need to use HTML only.   Unfortunately, that created a new challenge.  I need to create the editor and then move it.   <DIV ID=''Original_Location''>   <DIV ID=''Container''> ...
    Posted to Cute Editor for ASP (Forum) by gwp on April 28, 2008
  • Re: Some programming questions about Cute Editor

    Adam,   Thank you for your quick response.   For #1, I looked around the CuteEditor namespace and did not find that C# class constructor.  That will be very helpful.  I wish your company would provide more through documentation for the server side code.   Your solution for #2 was already considered.  My ...
    Posted to Cute Editor for .NET (Forum) by Escovado on March 5, 2008
  • Speed/Performance Problems

    Hi,   We implemented CuteEditor into our application and we are having performance problems with it.  The problem is that by typing into the editor, it takes a significant amount of time for the letters to appear and the browser is not responsive during this time.  It seems to me as if the editor is doing something during ...
    Posted to Cute Editor for .NET (Forum) by avectra on October 30, 2007
  • Font face is not set

    We using CuteEditor V3.0 2004 for .NET. We have a problem with the fonts. In the selection 'combobox' the first option is Arial. However if we select this font the current font tag of the selected text (if any) is removed and a new one is not set. So the text becomes 'font'-less and is rendered in the default font of the ...
    Posted to Cute Editor for .NET (Forum) by Hajo on September 19, 2007
  • Re: Urgent: need this property in FireFox

    Throughout all the literature on the internet, selectionStart and selectionEnd are standard properties used by Mozilla browsers. Those properties provide a reference position that allows us to read where the caret is. We can do this with FTB and other editors, but not with CE for some unknown reason. CE doesn't appear to support these ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 16, 2007