Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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. |