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 a function to be called on the form Loaded event that happens after the form completes the load process.
Syntax
formContext.ui.addLoaded(myFunction)
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
myFunction |
function reference | Yes | The function to be executed on the form Loaded event. The function is added to the bottom of the event handler pipeline. The execution context is automatically passed as the first parameter to the function. For more information, see Execution context. |