Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Editor.ClientSideOnContextChanged Property

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


Direct link to this topic