The Inline Help component provides short help information that appears inline on your pages. The Inline Help component is called
helpInline
in the JSP code, and the associated Java class in the page bean is HelpInline
.
You can click inside the component and start typing text. You can also resize the bounding box to limit the width of the text. The text wraps to the width of the box.
You can also set the style
property by using the Style Editor or the styleClass
property by using the styleClass Property Editor to change the appearance of the text.
style
property. Do not use the type
property because it has no effect.If you right-click the component, you can choose one of the following options:
text
property to a data provider or to an object that supplies its value so you can update the help text dynamically. For more information, see Bind to Data Dialog Box.text
property to other objects or bean properties that update this component's properties automatically.