removeOnPostSearch (Client API reference)
Removes an event handler from the PostSearch event.
Control types supported
knowledge base search control
Syntax
var kbSearchControl = formContext.getControl("<name>";
kbSearchControl.removeOnPostSearch(myFunction);
Parameters
Name | Type | Required | Description |
---|---|---|---|
myFunction |
Function | Yes | The function to remove from the PostSearch event. |