Tobago Components
Tag script


This tag add client side script to the rendered page.


Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.ScriptTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
filefalsetruejava.lang.StringAbsolute url to script file or script name to lookup in tobago resource path
onexitfalsetruejava.lang.StringA 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.
onloadfalsetruejava.lang.StringA script function which is invoked during onLoad Handler on the client.
onsubmitfalsetruejava.lang.StringA 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.
onunloadfalsetruejava.lang.StringA script function which is invoked during onUnload Handler on the client, if the action is a normal submit inside of Tobago.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.