Napomena
Pristup ovoj stranici zahtijeva autorizaciju. Možete pokušati prijaviti se ili promijeniti direktorije.
Pristup ovoj stranici zahtijeva autorizaciju. Možeš pokušati promijeniti direktorije.
Adds an event handler to the OnLookupTagClick event.
Control types supported
Lookup
Syntax
formContext.getControl(arg).addOnLookupTagClick(myFunction);
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
myFunction |
Function reference | Yes | The function to add to the OnLookupTagClick event. The execution context is automatically passed as the first parameter to this function along with eventArgs that contain the tag value. You should use a reference to a named function rather than an anonymous function if you later want to remove the event handler. |