Search

You searched for the word(s): javascript
Showing page 167 of 229 (2,286 total posts) < 1 second(s)
  • Context Menu Paste Issue in IE8 on Vista and Windows 7

        We have encountered a possible bug with the cute editor.  In this specific scenario, the editor requires the user to right click and choose paste twice.  The first time, it does not paste the text, the second time it works as expected.  This does not happen in any other browser.  CTRL-V works as ...
    Posted to Cute Editor for .NET (Forum) by justinwatkins on May 25, 2010
  • Help me create solution ???

    Hello!   I have a task (extend CuteEditor.NET with custom functionality). Me need: 1) Create button toolbar 2) When user press button, then must shown window with empty content, and in window must be loaded my ASPX page with functionality 3) On my ASPX page has button, when user press it, then I must show standart ImageGallery or ...
    Posted to Cute Editor for .NET (Forum) by Virt on September 27, 2009
  • remove link

    hi   how can i remove the link automatically when i input an url/email (remove the link once url/email is input into the cuteeditor panel)   here is the function which kenneth provide me :   <script type=''text/javascript''>    function CuteEditor_FilterHTML(editor,code)    { ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 23, 2009
  • Re: A few errors need help

    Hi nadol_c,   About question1 and question2, Can you try to upgrade to the latest version and try the simple page like below? <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 19, 2009
  • Re: getHTML() doesn't work when Cute Editor is in a hidden div

    Hi BruceWMorgan,   I can not reproduce this issue.   Please tye the example below   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 19, 2009
  • Re: A few errors need help

    nadol_c,   Which version are you using?   1. In standard dialog, find & replace, image map and image editor are  malfunction. Can you reproduce this issue in this example? http://cutesoft.net/example/general.aspx If so, can you show me the steps to reproduce the problems? 2. When I inserted the media files like wmv, ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 30, 2009
  • Valid Xhtml Flash insertion with alternative for no flash and google code sniffer..

    Is it possible to to have cuteeditor insert flash objects with this markup (adapted from http://code.google.com/p/swfobject/wiki/documentation)   In order to have alternative content for no flash... or indeed flash version too old.   <script type=''text/javascript''>swfobject.registerObject(''FlashItem'', ...
    Posted to Cute Editor for .NET (Forum) by mike.chambers on June 15, 2009
  • Weird Editor Display Issue

    Hello   Was just wondering if anyone had experienced a similar issue to this.   We have a custom-built CMS that uses CuteEditor to allow the client to enter their html formatted text. From our Admin section, the user clicks on a link to fire the Editor panel, adds their text and saves the text back to a field, which is then saved ...
    Posted to Cute Editor for .NET (Forum) by tumblebug on May 26, 2009
  • Errors when using with ASP.NET 3.5 SP1 Dynamic Data

    Hi Adam, I have downloaded ver 6.4 but am struggling to get this working with ASP.NET 3.5 SP1 Dynamic Data. When I try and build my project I get the following errors... Error      2              The type 'ASP.dynamicdata_content_filterusercontrol_ascx' ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on May 9, 2009
  • Re: File picker not working.

    Please try the following code:   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <%@ Page Language=''C#''%>   <HTML>       <body> ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 5, 2009