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;
};