FAXL3: onLoad

From fringDocumentation

Jump to: navigation, search

Contents

onLoad

onLoad is an event activated when it arrives in the device, for example, to play a sound when a Message Feed opens.

Element onLoad

The following are the elements or building blocks comprising an onLoad element:

RequiredNameTypeDescription
RequiredActionsActionsThe actions to execute when they arrive at the client.

FAXL Syntax

<onLoad>
	<Actions>
		<ActionXXX>
		</ActionXXX>
		<ActionYYY>
		</ActionYYY>
	</Actions>
<onLoad>

FAXL compatibility

Supported from FAXL 3.0

Personal tools