aui
Tag
script
-
- Description:
-
Deprecated. Please use alloy:outputScript instead. Renders a script element.
-
- Since:
- 3.2.4
Info | Value |
---|---|
Component Type | com.liferay.faces.alloy.AUIScript |
Handler Class | None |
Renderer Type | com.liferay.faces.alloy.renderkit.internal.ScriptRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
position | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| The rendered position of the script within the portal page HTML document. Valid values are auto , bottom , and inline . The default value is auto . |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true . |