ImagePagerButton Component

Description

The imagePagerButton Component is an imageButton Component that works like the keyword in the pager Component and is linked to the dataGrid Component. It shows informations about the result set (ex: number of available pages) and can give direct access to a specific page ("a la Google").

The imagePagerButton Component has the following capabilities :

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

The authorized types are :

  • first
  • prev
  • next
  • last
  • <number> where number is a page number

Screen Shot

Syntax

<v:imagePagerButton
	for="resultats"
    type="first"
	imageURL="images/b-1ere.gif"
	hoverImageURL="images/b-1ere-b.gif"
	disabledImageURL="disabled::" />	
      

Instructions