alloy

Tag outputScript

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.outputscript.OutputScript
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.outputscript.OutputScriptRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
converterfalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
The class name of the converter instance that is to be used by this component.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
libraryfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the library which contains the resource.
namefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the resource file to be included on the page.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
targetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The position on the page where the JavaScript should be rendered. Valid values include body, form, and head. The default value of this attribute is an empty (null) value which causes the <script> to be rendered inline (corresponding to its position in the view). Specifying body for the target attribute will cause the <script> to be rendered as close to the closing body tag as possible.
usefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A comma-delimited list of YUI or AlloyUI modules to load for this script. Note: if this attribute is specified, a YUI sandbox will be created automatically for the <script>.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The value of this component, which is typically bound via EL to a model bean property.

Output generated by Vdldoc View Declaration Language Documentation Generator.