Attributes |
Name | Required | Request-time | Type | Description |
file | false | true | java.lang.String | Absolute url to script file or script name to lookup in tobago resource path |
onexit | false | true | java.lang.String | A script function which is invoked during onUnload Handler on the client, when the unload is invoked to a non Tobago page. E.g. close-button, back-button, entering new url, etc. |
onload | false | true | java.lang.String | A script function which is invoked during onLoad Handler on the client. |
onsubmit | false | true | java.lang.String | A script function which is invoked on client just before submitting the action. This should be a single function call. If the result is typeof 'boolean' and false the further processing is canceled and the page is not submitted. |
onunload | false | true | java.lang.String | A script function which is invoked during onUnload Handler on the client, if the action is a normal submit inside of Tobago. |