TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

onTargetPositionChanged

onTargetPositionChanged

The function called when the target position in the editor is changed.

Parameters:

This event doesn't have any parameters.

Example

Copy code
window.Asc.plugin.event_onTargetPositionChanged = function() {
    if (!fClickLabel) {
        window.Asc.plugin.executeMethod("GetCurrentContentControl");
    }
    fClickLabel = false;
};