pp108 : xforms-init

xforms-init

This event is fired after the form is fully loaded. This event is fired only once. The request to fetch business object(s) is fired immediately after this event.

Syntax

DesignTime

This is a design-time property and can be set through the property sheet of the control.

Event Information

To invoke

Load an XForm page.

Default Action

Loads an XForm page and initializes the default variables and script host and initiates any event associated with it.

Named Script

xforms_init

Event Object Properties

An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.

Note:
This event is fired on onapplicationready of the underlying application. Application.event in the handler will return the event object.

Remarks

Though there are no event properties associated with this event except for the name of the event, the application object's onselect event is associated with this event. The event object when referred inside this event handler denotes the event object of the onselect event. The properties available here can be used to get any data passed to the application or can do any initialization here using the event.

Applies to

Form