Rubrique précédente: JavaScript Events

Rubrique suivante: Examples

JavaScript Methods

The following methods are available on the Customization JavaScript object and are all available to the Launch Page.

GetEntity()

Returns the entity object.

Close()

Fires the ReturningEntity event and closes the modal dialog. Depending on the results of the ReturningEntity event, the entity object might not be sent back to CA Business Service Insight for update.

Cancel()

Closes the modal dialog without updating the entity in CA Business Service Insight.

AttachEvent (eventName, eventHandler)

Wires an event handler to an existing event. Currently relevant only for the “OnClosing” event.

SetWindowTitle (title)

Sets the modal dialog title.