How to register onKeyDown on the editing window?

  •  06-27-2006, 2:55 PM

    How to register onKeyDown on the editing window?

    We are looking at puchasing this product but need to be able to register a onKeyDown javascript event to the editing window.

    When I try Editor1.Attributes.Add("onKeyDown", "checkDeletion(this);"); it adds the keydown to the outer table of the editiing window not the window itself. Can someone here please point me in the right direction? Thanks in advance.

View Complete Thread