liferay-ui:input-editor
tag renders a text area that provides the ability to enter rich text such as bold, italic, and underline. The renderer relies on the CKEditorTM to provide the rich text editing area. Since Liferay bundles the CKEditorTM JavaScript and related images with the portal, the portlet developer does not need to include it with the portlet.Info | Value |
---|---|
Component Type | Facelet Composite Component |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
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. |
disabled | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| No Description |
disabledRows | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
editorImpl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
height | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
inlineMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| No Description |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
maxLength | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
maxLengthMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
pathThemeCss | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
plid | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
required | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| No Description |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
toolbarSet | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
value | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The value of the component, the HTML fragment generated by the end-user. |
Output generated by Vdldoc View Declaration Language Documentation Generator.