Class | Description |
---|---|
CommandScript | Deprecated
Since 3.0 as this has been added to JSF 2.3 as
h:commandScript . |
DeferredScript |
The
<o:deferredScript> is a component based on the standard <h:outputScript>
which defers the loading of the given script resource to the window load event. |
Highlight |
The
<o:highlight> is a helper component which highlights all invalid UIInput components
and the associated labels by adding an error style class to them. |
OnloadScript |
The
<o:onloadScript is a component that extends the standard <h:outputScript>
which will be executed in the end of the HTML body (thus when all HTML elements are initialized in the HTML DOM tree)
and will re-execute its script body on every ajax request. |
ScriptFamily |
Base class which is to be shared between all components of the Script family.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.