Runtime tools : Channels components : HTML Channel : Reference : Custom JSP tags : FieldDescriptionTag
  
FieldDescriptionTag
A FieldDescriptionTag accesses the data element named dataName and, if its description is not null, writes it on the HTML page.
Mandatory attributes
dataName
FieldDescriptionTag attributes
dataName
Name of the DataField in the Context hierarchy
fontColor
Color of the text
Default value: null
fontSize
Size of the text
Default value: null
fontFace
Typeface of the text
Default value: null
style
Style for the field description
Default value: null
Example
See ValidationErrorsTag for an example of using FieldDescriptionTag.
Go up to
Custom JSP tags