Search

You searched for the word(s): javascript
Showing page 51 of 408 (4,076 total posts) < 1 second(s)
  • Editor deletes JavaScript

    Help! My editor (5.0 for Dotnetnuke 3.1) replaces the following line after clicking on save and reopen the html text from <td class="cellout" onmouseover="this.className='cellover'" onmouseout="this.className='cellout'"> to <td class="cellout"> What is wrong?
    Posted to Cute Editor for .NET (Forum) by buehlert on October 11, 2005
  • Re: How can I dynamically set the EditorBodyStyle from JavaScript?

    Hi gll1559,   Please try the example below, it shows you how to change the editor body style dynamically in javascript ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on July 26, 2013
  • Re: Javascript not working

    Ok, so I cant preview javascript in the editor.   I tried this <script>alert('test');</script>   And then saved, went to the page and I get the alert.   But then when modifying the page, instead of the script I get   &lt;!-- Inject Script Filtered --&gt;   Can this filtering be turned ...
    Posted to Cute Editor for .NET (Forum) by Dtest on August 26, 2007
  • Re: JavaScript error during upload

    Hi,   We can't reproduce error on IE6. Can you try these things ?   1. Make sure you are using the last version.   2. Can you get error on http://ajaxuploader.com/demo/fulltest.aspx ?   3. Please try use google Chrome on your website.   So that we can know the reason and fix it.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on April 10, 2009
  • Re: Can we set file extension and MaxsizeKb using javascript?

    Yogesh,   Please check this sample code :    <script type=''text/javascript''>  function CuteWebUI_AjaxUploader_OnSelect(files)  {   for(var i=0;i<files.length;i++)   {    var file=files[ i ...
    Posted to Ajax Uploader (Forum) by cutechat on February 23, 2009
  • Re: Javascript accessing content of Textarea

    This is great and i'm really glad i found this because it is exactly what i need to do.  I feel frustrated that I had do dig around in the forums to find this information.  I've hunted around in the documentation that ceme with this component and was completely unable to find any documentation at all.  These examples are handy but ...
    Posted to Cute Editor for .NET (Forum) by aufgang on October 18, 2005
  • Re: List regists by date decreasing

    Hi,   Please try the new example below, the red code is what I am changed.   T<%@ Language="VBScript" %> <!-- #include file="aspuploader/include_aspuploader.asp" --> <html xmlns="http://www.w3.org/1999/xhtml"> <head>       <title>         ...
    Posted to ASP Uploader (Forum) by Kenneth on November 14, 2012
  • Re: Given DialogHeight is adjusting correctly in IE8 but not inIE 9.

    Hi Surya, I tested the following code in IE9, it works fine. One ''''' is missing in your code, you can have a comparison. <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>JavaScript ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 30, 2011
  • Re: ADAM I need your help please,

    Dear feriel, Please refer to the following snippet:<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>         <head>         <title>Add custom buttons Example -- PHP Content Management, PHP WYSIWYG, PHP HTML Editor, PHP Text ...
    Posted to Cute Editor for PHP (Forum) by Eric on March 24, 2010
  • Re: Server side validation before upload.

    Hi,   Developer can use client side Javascript and the FileValidating event at the sametime.   If server prepair enough meta data to client side , the invalid item can be cancelled by javascript easily.   And the FileValidating event is just for double check and prevent some hackers skip the javascript ...
    Posted to Ajax Uploader (Forum) by cutechat on September 24, 2009
« First ... < Previous 49 50 51 52 53 Next > ... Last »