liferay-util
Tag
validateRichTextLength
-
- Description:
-
Deprecated. No replacement available. Validator that is meant to be used in conjunction with the
liferay-ui:input-editor
component in order to validate length on the server-side.
-
- Since:
- 3.2.4
Info | Value |
---|---|
Validator ID | com.liferay.faces.portal.RichTextLengthValidator |
Handler Class | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding |
false
| javax.el.ValueExpression
(must evaluate to javax.faces.validator.LengthValidator )
| No Description |
disabled |
false
| javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not the validator is enabled for the surrounding input component. |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
maximum |
false
| javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| No Description |
minimum |
false
| javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| No Description |