Bilješka
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati da se prijavite ili promijenite direktorije.
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati promijeniti direktorije.
Adds an event handler to the OnSelection event.
Control types supported
Knowledge base search control
Syntax
var kbSearchControl = formContext.getControl("<name>");
kbSearchControl.addOnSelection(myFunction);
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
myFunction |
Function | Yes | The function to add to the OnSelection event. The execution context is automatically passed as the first parameter to this function. |