The helpButton Component is an ImageButton. 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 :
<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)" />
