Search

You searched for the word(s): javascript
Showing page 289 of 408 (4,076 total posts) < 1 second(s)
  • Re: Cute Editor Allow javascript tag?

    For security reason, Cute Editor automatically remove inject script before write the string into the db.  You can turn this feature off by setting the EnableStripScriptTags Property to false.  
    Posted to Cute Editor for .NET (Forum) by Adam on June 3, 2005
  • Re: javascript submit?

    ok, that works fine, it checks, submits and ledscription gets populated in the database on submit. problem is, i have no check on ledscription (cute editor field) on submit that way...
    Posted to Cute Editor for ASP (Forum) by papachumba on July 1, 2005
  • Re: Enter key in different form field displays file dialog

    Hi,   The only way is using JavaScript.   And it has much limitation.   Uploader use IFrame(<input>) , Flash or Silverlight to open a file browsing dialog.   And for Flash10,Silverlight3, users must use mouse click to open the dialog.   So ENTER key is not OK for that case.   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on August 28, 2009
  • Cute Editor in Client Side

    Guys, I'm new on this control ... I just want to get the text in JavaScript This is the code :  <ce:editor id=''eaa'' runat=''server''> In a javascript function i have this: document.frm.eaa.value But the value is not the one in the text property It puts strange caracters Hope your help Salu2s AAP   
    Posted to Cute Editor for .NET (Forum) by aaguilar1 on May 6, 2005
  • <!--{cps..0}-->

    I am trying to run javascript on through the Editor.   When trying to run my javascript it looks like the editor changes my script to (the value in the subject line)   any ideas why this is happening?   test code below:   <script language='javascript'> function Test() {     ...
    Posted to Cute Editor for .NET (Forum) by ghoff12 on February 23, 2006
  • Re: Firefox strangeness

    Adam,Thanks for the reply. I downloaded the latest control, but it was the same as what I had. The dll and license are dated December 12. Of course, it made no difference. I've been doing some detective work. It looked to me like the problem was probably in the javascript function named proceed. Here it is from my page: function ...
    Posted to ASP.Net Image Gallery (Forum) by dginley on January 8, 2005
  • Insert link dialog and Upload Document dialog box broken after upgrade to IIS 7

    We recently upgrade to IIS 7, windows server 2008. After upgrade, some Insert link and Upload document dialog doesn't work. It pops open but, we cant insert link or close it. Likewise, Upload document is not functional. We get permission denied JavaScript error.   Please advice
    Posted to Cute Editor for ASP (Forum) by arpitutrivedi on November 3, 2009
  • Re: Problem - Cute Editor adding <![CDATA[ in front of JQuery Code

    Please use .Text property instead of XHTML property to extract the content from editor.   XHTML pages don't validate unless you wrap javascript code in CDATA. . A CDATA section in XML/XHTML starts with the characters <![CDATA[ and ends with the characters ]]>.
    Posted to Cute Editor for .NET (Forum) by Adam on May 15, 2009
  • Re: The uploader freezes IE7 when 500 files are selected.

      Another thing:   After the upload of all the selected files, a list of the uploaded files are shown with a ''Remove'' option. That looks a little strange with 500 files. I assume there is a JavaScript method to override that too?   jl
    Posted to Ajax Uploader (Forum) by jlauridsen on November 6, 2008
  • Re: PasteHTML not working correctly

    My Javascript code follows.   The PasteHTML puts the string at the beginning of the editor's content, regardless of the original position of 'selectedhtml'     var editor1 = document.getElementById(''); var editor1doc = editor1.GetDocument(); var selectedhtml = ...
    Posted to Cute Editor for .NET (Forum) by rockford on April 19, 2007