ImageButton Component

Description

The imageButton Component is a button Component that can show an image.

The imageButton Component has the following capabilities :

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

Screen Shot

Syntax

<v:imageButton 
        id="helpAccountButton" 
        text="${messages.login_jelp_button}" 
        borderType="relief"
		imageURL="images/helpButton.gif"
		hoverImageURL="hover::"
		selectedImageURL="selected::"
		disabledImageURL="disabled::"
		textPosition="left"
		actionListener="helpCreateAccountCard(event)" />
      

Instructions