Search

You searched for the word(s): javascript
Showing page 189 of 408 (4,076 total posts) < 1 second(s)
  • How to hide Default uploading table

    Hi, I'm having problems hiding the default uploading table, I'm creating a custom upload table based on your online examples, the javascript code is on prototype format and the handlers are correctly created and assigned (the component works as expected). The problem is that I just want my custom table to show but when I upload multiple files ...
    Posted to Ajax Uploader (Forum) by rosdra on October 4, 2011
  • Problem with Safari extracting value typed into CuteEditor

    When a user runs Safari, our web app uses javascript to extract the value typed into the CuteEditor, does some validation and posts the data db. The javascript code is invoked when a user clicks Submit.  Our problem is that the code works flawlessly on other browsers (IE7, FF3 (pc and mac), but under Safari an empty value is ...
    Posted to Cute Editor for ASP (Forum) by cspacemikeb on September 4, 2009
  • OnKeyup Attaching Events

    The example @ http://cutesoft.net/example/JavaScript-API.aspx does not work for me either. I followed the source code and cannot get it to fire my custom events for onkeyup here is the code: ASP.Net 2.0 C#. Also adding them programmatically via code behind does not work (Editor1.Attributes.Add(''onmouseleave'',''alert('mouse ...
    Posted to Cute Editor for .NET (Forum) by Mstanglx on January 14, 2008
  • Working with GetSelection in IE

    I have the following javascript code that executes when a custom toolbar button is clicked: function insertLink(sender) { var cuteEditor = CuteEditor_GetEditor(sender); var selection = cuteEditor.GetSelection(); cuteEditor.PasteHTML('<a href=''http://www.google.com'' target=''_blank''>' + selection + ...
    Posted to Cute Editor for .NET (Forum) by toheDeveloper on July 25, 2007
  • Is it possible to strip/disallow event attributes on the serverside?

    I am very interested in ensuring that the html input I get from our users does not contain any javascript. I have tried to put javascript in an html tag in my current installation which CuteEditor does not seem to cleanup - see example below.Is there anyway CuteEditor will/can do this or will I have to clean the input myself?Example: <div ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on September 10, 2006
  • Re: <!--{cps..0}-->

    well, the problem is the EditCompleteDocument property is net set on the above example.   I don't want the javascript to run upon postback.........    basically i would like an html page with javascript which gets fired upon the onload event of the body tag.   so we would need the EditCompleteDocument property set ...
    Posted to Cute Editor for .NET (Forum) by ghoff12 on February 23, 2006
  • Re: Custom Function for Image Editing...

    Aaron,   Yes. just modify the Tag_Image file.   Replace the existing JavaScript with your own JavaScript.   In your JavaScript, please include the following functions:   function SyncToView() { var src = element.src; //inp_src.value=src; //Width.value=element.width; ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 15, 2005
  • Re: Text Wrap in editor area

    Hello Adam, Sorry for the delay...  Here is the code: -------------------------------------------------------------- <!--#include file = ''../../cuteeditor/include_CuteEditor.asp'' --><% PageTitle = ''News Management Tool - Add Article'' %><!--#include file=''../../includes/strings.asp'' --> <!--#include ...
    Posted to Cute Editor for ASP (Forum) by Wim on February 2, 2005
  • Web Standards Compliance

    Since we´re all programmers I believe most of us are not really concerned about developing for Web Standards, but this is something we all should be aware and this is the right time to learn how to create XHTML pages ... the guys from Microsoft .NET team are working hard to have VS 2005 ws compliant. Right now asp.net web server controls are ...
    Posted to Cute Editor for .NET (Forum) by KenA on September 11, 2004
  • Can I Apply custom javascript on the editor?

    Hi! Can I apply custom javascript on the editor, such as checking keydown event? And is there any way to disable all the right click event? Thanks.
    Posted to Cute Editor for .NET (Forum) by ylkok on September 21, 2008