The helpButton Component is an helpButton. It opens a new page showing the url specified in the "helpUrl" property of a component linked by the "for" property.
The helpButton Component has the following capabilities :
The default helpButton renderer is link to the f_helpButton javascript class. f_helpButton extends f_imageButton
Table of component style classes :
| Style Name | Description |
|---|---|
| f_helpButton | Defines styles for the wrapper DIV element |
| f_helpButton_ctext | Defines styles for the button Text |
| f_helpButton_cimage | Defines styles for the button Image |
<v:helpButton
id="helpAccountButton"
text="${messages.login_jelp_button}"
for="anotherComponentId"
borderType="relief"
imageURL="images/helpButton.gif"
hoverImageURL="hover::"
selectedImageURL="selected::"
disabledImageURL="disabled::"
textPosition="left"
actionListener="helpCreateAccountCard(event)" />