removeOnResultOpened (Client API reference)

Removes an event handler from the OnResultOpened event.

Control types supported

knowledge base search control

Syntax

var kbSearchControl = formContext.getControl("<name>");
kbSearchControl.removeOnResultOpened(myFunction);

Parameters

Name Type Required Description
myFunction Function Yes The function to remove from the OnResultOpened event.

OnResultOpened event
addOnResultOpened