ImageCombo Component

Description

The imageCombo Component is a combo Component with an image added to the text.

The imageCombo Component has the following capabilities :

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

Screen Shot

Syntax

<v:imageCombo 
		id="searchCombo"
		imageURL="images/search.gif"
		hoverImageURL="hover::"
		selectedImageURL="selected::"
		disabledImageURL="disabled::"
		accessKey="${messages.main_searchKey}"
		toolTipText="${messages.main_searchToolTip}"
		checkListener="main_searchModified(event)"
		borderType="flat" />
      

Instructions