java.lang.Object | |||
↳ | javax.faces.component.UIComponent | ||
↳ | javax.faces.component.UIComponentBase | ||
↳ | org.apache.myfaces.tobago.component.UIScript |
This tag adds script files to include to the rendered page.
Direct calls can also be registered via special attributes,
This will be deprecated (because of CSP) in later versions.
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.ScriptTagDeclaration.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | COMPONENT_FAMILY | ||||||||||
String | COMPONENT_TYPE |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Alternatively include a custom script file via the file attribute and use
Tobago.registerListener(myFunction, Tobago.Phase.BEFORE_EXIT); @deprecated | |||||||||||
Alternatively include a custom script file via the file attribute and use
Tobago.registerListener(myFunction, Tobago.Phase.DOCUMENT_READY); or
Tobago.registerListener(myFunction, Tobago.Phase.WINDOW_LOAD); @deprecated | |||||||||||
Alternatively include a custom script file via the file attribute and use
Tobago.registerListener(myFunction, Tobago.Phase.BEFORE_SUBMIT); @deprecated | |||||||||||
Alternatively include a custom script file via the file attribute and use
Tobago.registerListener(myFunction, Tobago.Phase.BEFORE_UNLOAD); @deprecated | |||||||||||
Alternatively include a custom script file via the file attribute.@deprecated
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Alternatively include a custom script file via the file attribute and use
Tobago.registerListener(myFunction, Tobago.Phase.BEFORE_EXIT);
@deprecated
Alternatively include a custom script file via the file attribute and use
Tobago.registerListener(myFunction, Tobago.Phase.DOCUMENT_READY);
or
Tobago.registerListener(myFunction, Tobago.Phase.WINDOW_LOAD);
@deprecated
Alternatively include a custom script file via the file attribute and use
Tobago.registerListener(myFunction, Tobago.Phase.BEFORE_SUBMIT);
@deprecated
Alternatively include a custom script file via the file attribute and use
Tobago.registerListener(myFunction, Tobago.Phase.BEFORE_UNLOAD);
@deprecated
Alternatively include a custom script file via the file attribute.@deprecated