Formatted Text - caf_h:formattedText

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.output.FormattedText
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.output.FormattedText
Description Preserves plain-text formatting (newlines, tabs, and spaces)
Palette LocationCAF Html/Control/Output/Formatted Text
Client-Side ModelCAF.Output.Model
Attributes 
NameRequiredTypeDescription
converterfalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
A value binding expression for a method that returns a converter instance.
converterMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Will be used as the text of the converter message, replacing any message that comes from the converter.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the directionality of the flow of the content for the current element

Valid values are:

  • LTR
  • RTL
idfalsejava.lang.String Control identifier
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name for this component.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the enclosed content
monospacefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to display with a monospace font

If not specified, the default value is "true".

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

softwrapfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to wrap text at edge of container

If not specified, the default value is "true".

stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "style" attribute value
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "class" attribute value

Valid values are:

  • portlet-font
  • portlet-font-dim
  • portlet-msg-status
  • portlet-msg-info
  • portlet-msg-error
  • portlet-msg-alert
  • portlet-msg-success
  • portlet-section-header
  • portlet-section-body
  • portlet-section-alternate
  • portlet-section-selected
  • portlet-section-subheader
  • portlet-section-footer
  • portlet-section-text
  • portlet-form-label
  • portlet-form-input-field
  • portlet-form-button
  • portlet-icon-label
  • portlet-dlg-icon-label
  • portlet-form-field-label
  • portlet-form-field
  • portlet-menu
  • portlet-menu-item
  • portlet-menu-item-selected
  • portlet-menu-item-hover
  • portlet-menu-item-hover-selected
  • portlet-menu-cascade-item
  • portlet-menu-cascade-item-selected
  • portlet-menu-description
  • portlet-menu-caption
  • [any_other_value]
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "title" attribute value (often displayed as a tooltip)
truncatefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of characters to display before truncating (zero = don't truncate)
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Control value

Output generated by Vdldoc View Declaration Language Documentation Generator.