commitEventMarkersChanges() Method

Description

Commits all changes made to event markers by addEventMarker(), removeEventMarker(), addEventMarkerGroup(), removeEventMarkerGroup() method calls.

You can do multiple calls to these methods and apply all changes simultaniously.

Parameters

None

Returns

Boolean.

Note: If the return value is true the command was processed successfully, the command failed to be processed due to component busy state otherwise.

Samples

Online HTML/JavaScript Sample

See also

addEventMarker(), removeEventMarker(), addEventMarkerGroup(), removeEventMarkerGroup()

to top