TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

onFocusContentControl

onFocusContentControl

The function called to show which content control has been focused.

Parameters:

Name Type Description
control ContentControl

Defines the content control that has been focused.

Example

Copy code
window.Asc.plugin.onFocusContentControl = function(control)
{
    focusContentControl(control);
};