The function called to show which content control has been focused.
Name | Type | Description |
control | ContentControl | Defines the content control that has been focused. |
window.Asc.plugin.onFocusContentControl = function(control) { focusContentControl(control); };