Search

You searched for the word(s): javascript
Showing page 166 of 229 (2,286 total posts) < 1 second(s)
  • Re: Client-Side API

    jwalkerturn, Thanks for the kind words about CuteEditor. There are three methods to set the base href. 1. Locate/open CuteSoft_Client/CuteEditor/template.aspx In the template.aspx,  add the your base href. For example: <base target=''_blank''  href=''someurlhere'' /> 2. Use the page properties ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 8, 2005
  • Re: Full Screen Mode in 5.1 deletes custom JavaScript

    Tom,   Can you post a piece of JavaScript which can reproduce this issue?   For some reasons, I can reproduce the same behaviour here.    
    Posted to Cute Editor for .NET (Forum) by Adam on December 8, 2005
  • Re: Javascript errors on image popup

    AndyFel,   Are you able to reproduce this issue in the following example?   http://cutesoft.net/example/general.aspx    
    Posted to Cute Editor for .NET (Forum) by Adam on July 26, 2007
  • Re: API Needed for client and server side

    Server API:http://cutesoft.net/doc/index.html   You can find the above document in the developer's guide.   JavaScript API:   http://cutesoft.net/example/JavaScript-API.aspx   You can find the above example in the download package.   Hope it helps.    
    Posted to Cute Editor for .NET (Forum) by Adam on August 29, 2005
  • Serious error in latest build.

    There is an error in the gallery module. When mousingover the thumbs you get an javascript error.   Message: 'undefined' is null or not an object Row: 1 Character: 3683 Code: 0 URI: http://cutesoft.net/CuteSoft_Client/CuteEditor/Dialogs/Load.ashx?type=dialogscript&verfix=1003&file=Dialog_gallery_spring.js   This results in no ...
    Posted to Cute Editor for .NET (Forum) by Bloodcarver on March 16, 2011
  • Re: Can't ctach the Savebutton in Firefox

    Yes this  works with FireFox but why isn't the Javascript function called by FireFox, and how can I open my popup for my dialog? I don't want to use Response.Write to open the popup
    Posted to Cute Editor for .NET (Forum) by Keule on April 18, 2006
  • clear the cuteeditor contents using javascript

    How to clear the cuteeditor contents using Javascript code? please let me know
    Posted to Cute Editor for .NET (Forum) by nrraman.tnj on May 16, 2006
  • Re: PasteHTML issue

    Hi Ken   Thanks for your reply.  Actually on my end, I can easily reproduce the problem with the code you sent! If you press the ''Set Table'' button multiple times, the new tables start getting inserted inside the first ones after a couple of clicks.  I modified your example a little bit to insert the table I'm inserting, and ...
    Posted to Cute Editor for .NET (Forum) by syedrazi on November 8, 2011
  • CuteEditor resizes in IE 9 on hover of scrollbar

    I'm having a weird issue in IE 9 only. If I have content too long to fit a scrollbar becomes visible. When I hover over the scrollbar, the content area resizes itself to the size of the content (causing the scrollbar to disappear) and it gets a thin red border put around it. I put the CuteEditor on a new blank page with no css or javascript files ...
    Posted to Cute Editor for .NET (Forum) by yuba30 on October 18, 2011
  • Ajax Functionality

    I am using the cuteeditor and attempting to do some of the functionality via Ajax, such as loading and retrieving values from the editor. Basically what I am doing is taking the value of a div and then placing it inside of the editor, once I am done editing the information I put the value back into the div again. This worked fine using the ...
    Posted to Cute Editor for .NET (Forum) by ASPMan on February 22, 2011