Table of Contents
ClientSideOnPaste Property

Gets or sets the name of the client side JavaScript function to be called to process pasted text.

Syntax
 public String ClientSideOnPaste { get; set; }
Remarks

See editor_paste_handler for more details.

See Also