Gets or sets the name of the client side JavaScript function to be called when the current element has changed.
[Visual Basic]
Public Property ClientSideOnContextChanged As
String
[C#]
public
String ClientSideOnContextChanged {get; set;}
Remarks
This event is raised when the current element has changed, for example, when user moves the caret from one paragrah to another paragrah. You can call getCurrentElement to return the current element on the client side.
See clientside_generic_handler for prototype information about this handler.
See Also
Editor Class | EO.Web Namespace