displayTemporaryMessage (message, duration)

Displays a message in the top row of the form.

Parameters:

message (String): the message to display;

duration (Integer): the duration, in milliseconds. If null, the default is 3000ms.

Example:

Clicking on a button of the form, the message is displayed in the top row of the form.

abExFormPanelTempMessage_form_onDisplayMessage: function(){
this.abExFormPanelTempMessage_form.displayTemporaryMessage(getMessage("messageDefaultDuration"));
}

Example View: http://localhost:8080/archibus/ab-ex-form-panel-temp-message.axvw

Navigator Path: Technologies / User Interface Add-Ins / Parts for Forms / Display Temporary Message