Search

You searched for the word(s): javascript
Showing page 259 of 408 (4,076 total posts) < 1 second(s)
  • Re: Block <img> tags

    Ok, so I added the following at the bottom of the page where I have my editor, I copy/paste some html with <img> tags in it.  When I save the Editor's content to my DB, I still see the <img> tags in it.  Any ideas?   <script type=''text/javascript''> function CuteEditor_FilterHTML(editor, code) { return ...
    Posted to Cute Editor for .NET (Forum) by ValleyHope on January 12, 2009
  • Re: How to extract plain HTML instead of formatted?

      Thanks Ken for quick reply. I have tried your solution, this is fine when we are in Normal and Preview tab, it is showing the unformatted HTML but there is an issue when we are in HTML tab of editor in this case it is returning encoded HTML  like : &lt;table cellspacing=''2'' cellpadding=''2'' width=''500'' ...
    Posted to Cute Editor for .NET (Forum) by sanjay.joshi on November 5, 2008
  • Re: Version 6.0 Change Log

    July 05, 2007.   Cute Editor for .NET Version 6.0 is updated.   Changes:   1.   Fixed a bug with MaintainScrollPositionOnPostback.   http://cutesoft.net/forums/permalink/31359/31141/ShowThread.aspx#31141   Demo: http://richtextbox.com/test/MaintainScrollPositionOnPostback.aspx   To upgrade to ...
    Posted to News and Announcements (Forum) by Adam on July 7, 2007
  • Re: How to maintain scroll position on postback?

    fredd,   If you are using asp.net 2.0, please follow the steps below.   1. Download the latest build.   2. In the top of your aspx page, set MaintainScrollPositionOnPostback=''true''.   Demo:   http://richtextbox.com/test/MaintainScrollPositionOnPostback.aspx   If you are using asp.net 1.1, you need to ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 6, 2007
  • Re: Problem with display:none and firefox

    Yeah, i'm having the same problem with version .net 6 and firefox. The problem is that you cannot set the design mode for a hidden or none displayed item...   I guess it should be validated in the javascript to see if the object is hidden or not before setting the designmode to on..   I would really need that fix.    
    Posted to Cute Editor for ASP (Forum) by micr0man on May 24, 2007
  • Re: showModalDialog and .net post back possible?

    OK   When the dialog is opened it displays and aspx page that has some <asp:LinkButton> tags on. These tags post the page back to the server in a normal browser window but in a dialog box they open another window with the url ''BLOCKED SCRIPT__doPostBack('ctl00','\1')''   How do i make the page post back to it's ...
    Posted to Cute Editor for .NET (Forum) by screenmedia on September 5, 2006
  • Re: How to Hide Cancel all Uploads Button

    Hi adyboy369,   Please try the following code:   how to hide some buttons when uploading: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on June 21, 2011
  • Adding html dynamically with jQuery

    So I've the following page (edited for ...
    Posted to Cute Editor for PHP (Forum) by annoyingmouse on March 30, 2011
  • Server-Side equivalent of pasteHtml?

    Is there any way to 'paste html' into the current location of an editor using standard c# code instead of javascript?  For example, if I wanted to add the bold words ''hello word'' wherever the  cursor was last positioned when I clicked an .Net button, there would be code like: editor1.PasteHtml(''<b>Hello ...
    Posted to Cute Editor for .NET (Forum) by sincell on February 1, 2011
  • Compiler Error Message: BC30456: 'NewTemplate_Click' is not a member of 'ASP

    <asp:ImageButton id=''NewTemplate'' BorderWidth=''1'' Runat=''server'' AlternateText=''[[NewTemplate]]'' ImageUrl=''../Load.ashx?type=image&file=newtemplate.gif'' OnClick=''NewTemplate_Click'' />   i used the above control in my page and added <script language=''javascript'' type=''text/javascript''> function ...
    Posted to Cute Editor for .NET (Forum) by svk on July 8, 2010