Search

You searched for the word(s): javascript
Showing page 157 of 408 (4,076 total posts) < 1 second(s)
  • Re: Using a .config file with a custom button

    An alternate method to going into the CuteSoft files to add the new button would be to create a user control that wraps the CuteSoft component.  Just enter the code that loads the custom button (the code written by Adam and highlighted in yellow above) in the control's Page_Load method.  Also include the accompanying JavaScript functions ...
    Posted to Cute Editor for .NET (Forum) by possiblybob on October 3, 2006
  • Undo History (clear from client side)

    Hi there, I sent the post below a few months ago and feel that it did not reach any conclusion so I'm posting it again as it has a serious affect on wether or not I can use CuteEditor as my WYSISYG.   I would very much like a solution to this even if it means adding some extra JavaScript at the ...
    Posted to Cute Editor for .NET (Forum) by DanChubb on September 11, 2006
  • Re: Is it possible to strip/disallow event attributes on the serverside?

    Thomas :   CuteEditor haven't provide that function . But CuteEditor can convert HTML to XmlDocument , you can interate the XmlDocument and remove all scripts .   Here is the example code , you can use it like that:   string cleanHTML=RemoveScripts(Editor1.Text);   ----   static public string ...
    Posted to Cute Editor for .NET (Forum) by cutechat on September 11, 2006
  • Img alt tags and script names are changed to lower case

    I discovered that the editor changes the text in the tags before saving. <img alt=''This is A Test''... would be changed to ''This is a test''. Of course if you write a persons name in the alt='''' it doesn't appear very professional with all lower case letters.   Script names are also changed the same way. In Javascript the result ...
    Posted to Cute Editor for ASP (Forum) by janytt on September 9, 2006
  • My Suggestions for compiling CuteEditor

    Hi Adam and CuteEditor Team,   I have a suggestion for compiling CuteEditor to increase it's speed. I know you can't be giving precompiling copies because all your customers are not going to have precompiled applications and precompilation as you know is ''all or nothing approach''. Selective parts of application can't be ...
    Posted to Cute Editor for .NET (Forum) by [email protected] on September 7, 2006
  • Re: Code behind the scene

    Does this upgrade have what I'm looking for or can this not be done?  I have sent her the email just now.  Is it as simple as posting the javascript to example to accommplish what I'm trying to do or do I just have to wait for the new download link?  Adam wrote: Sean,   Please write to [email protected] and upgrade your ...
    Posted to Cute Editor for ASP (Forum) by epicweb on August 9, 2006
  • Re: replace button with larger button?

    I tried the code that you supplied (seems to be do different then what I posted) but it give a javascript error saying Object does not support this property or method.   I also tried replacing the image and refreshing the cache.  What happens is that because the button I want to replace it will is 20 x 100 to pushes ...
    Posted to Cute Editor for ASP (Forum) by epicweb on August 1, 2006
  • Re: List of Commands

    HomecitySupport,   1. First:   Please use:   var editor1 = document.getElementById('<% = Editor1.ClientID%>');   instead of   var editor1 = document.getElementById('CE_Editor1_ID');   2. Does your existing toolbar contains Spell button?   If not, please add the following code at the top of ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2006
  • "Command not supported" error in Netscape / Firefox

    Hi, When using Firefox 1.07 or Netscape 8.1 (Windows XP) to view your online examples I get a Javascript error ''Command [] Is not supported!...'' after a postback. The editor seems to work ok before a postback but has this problem afterwards. I see your online examples have changed since my last post about this but the following one does ...
    Posted to Cute Editor for .NET (Forum) by monkeyboy on June 14, 2006
  • New feature request

    It would be nice to be able to show the differences or changes made to the text, similar to Words track changes. The user could pass in two text strings, one the current text and the other original text. There would be a additional button on the bottom (normal, HTML, Preview) called Changes. This would be very usefull for a CMS developers. I am ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on May 19, 2006