helpButton Component

Description

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 :

  • Position & Size
  • Foreground & Background Color
  • Text, font & image
  • Margin & border
  • Help
  • Visibility, Read-Only, Disabled
  • Events Handling
  • Association with another component

Screen Shot

Syntax

<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)" />
      

Instructions