Adding javascript on text area

  •  02-27-2009, 2:37 AM

    Adding javascript on text area

    Hello,
     
    How can we be able to place a javascript OnKeyUp and OnKeyDown calls on cute editor textarea? we are planning to place a text counter to the text area and CuteEditor.Attributes.Add("OnKeyUp", "function()") seems to be added on the main cute editor table.
     
    Many Thanks.
View Complete Thread