RadioButton Component

Description

The radioButton Component is based on the standard HTML tag <INPUT TYPE="radio">. It can interoperate automatically with other radioButtons from the same group.

The radioButton Component has the following capabilities :

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

Screen Shot

Syntax

<v:radioButton 
		id="artiste" 
		text="Artiste" 
		groupName="categorie"  
		selected="#{dossier.declaration.artisteTechnicien}"
		selectionListener="radioArtisteSelected(event)" />
      

Instructions