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.
Removes an event handler from the OnOutputChange event.
Control types supported
Standard control
Syntax
var control = formContext.getControl("<name>");
control.removeOnOutputChange(myFunction);
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
myFunction |
Function | Yes | The function to remove from the OnOutputChange event. |