Search

You searched for the word(s): javascript
Showing page 227 of 408 (4,076 total posts) < 1 second(s)
  • Re: Textarea disabled on first load

    CEC,   1. I installed your application, followed your instruction and it works for me.   2. If you click the preview window and click the normal window, are you able to edit?   If so, it's a height issue.   I suggest you try different doctype then test again.   Maybe some code in example JavaScript don't work ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 11, 2009
  • Re: Changed event firing on click in FireFox

    fredd, This issue only happen when the editor is empty. Unlike IE, when the editor is empty, firefox will insert some code automatically. Then Cute Editor cleans it up.  So CuteEditor_OnChange event is fired. Here is a work-around: <script language=''JavaScript'' type=''text/javascript'' >   var ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 30, 2007
  • Re: How can I disable the replace?

    Hi oksummer,   I can not reproduce this issue.   I link to http://cutesoft.net/example/general.aspx, clean the editor content and put the html code below into the html view    <a class="active" data-href="/websites/global/products/6pfbnO1KPo8QGElm/img/gallery/gray/gallery-1.png" ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 26, 2013
  • Re: Error 2038 on large upload

    Hi greggs,   You can also try the following code, if you choose files more than 2G, it will display friendly message: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to PHP File Uploader (Forum) by Eric on June 13, 2011
  • Re: Cannot Close Custom Dialogue

    Dear Customer,  Try this way  1. Add the code below into the custom dialog page. My test dialog page under folder “\CuteSoft_Client\CuteEditor\Dialogs\”. So just make the url correct which point to file “Load.ashx”.  <script type=''text/javascript'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 8, 2011
  • Re: upload works on dev server, not on production server

    And here's the full markup of the upload page: <%@ Page Title='''' Language=''C#'' MasterPageFile=''~/Main.master'' AutoEventWireup=''true'' CodeFile=''Upload.aspx.cs'' Inherits=''Viewpoints.admin_ScenarioImport_Upload'' %> <%@ Register  TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> ...
    Posted to Ajax Uploader (Forum) by rberman on June 4, 2010
  • Re: Cute Editor injecting code from Firefox add-ins

    vanclute: Yes that does remove the offending code, of course along with all the javascript I actually DO want to be there.   So what now?   Jonathan   Ok.   We cannot Skype plug-ins adding code to editor. But we can remove the code after it is added into editor.   Please check the following article and ...
    Posted to Cute Editor for PHP (Forum) by Adam on March 12, 2010
  • Re: (File dialog has been blocked) while trying to Upload files

    Copy and paste this. Scroll to the very bottom of the page. Click on the button ''show modal'',and the tabs will appear. Click on the upload button now and you will see the bad block message. We can see that the green mask is right above at the top of the screen. If we scroll up and try again it works.  Let me know if you want ...
    Posted to Ajax Uploader (Forum) by luci on September 2, 2009
  • Re: increase the image file size for uploading

    didn't work i used the imageinfo.aspx file 'cause imageupload.aspx, imageupload1.aspx, and imageupload2. aspx didn't have this : <%@ Register TagPrefix=''CE'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' %>   here are the codes:   <%@ Page Language=''c#'' ValidateRequest=''False'' Trace=''false'' ...
    Posted to ASP.Net Image Gallery (Forum) by timhieuxem on November 1, 2008
  • Re: How to maintain scroll position on postback?

    Thank you for the information. However, we are using .NET V1.1 and I haven't a clue how to write the javascript. Can you please give me some guidance and perhaps some JS example. I have no idea, and it would only take you a few minutes to give me some guidance.. Our users are screaming about this and I need to resolve it for them. Thanks ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 7, 2007