Button Component

Description

The button Component is equivalent to the standard HTML tag <BUTTON>.

The button Component has the following capabilities :

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

Screen Shot

Syntax

<v:button 
      text="Cancel" 
      width="70" 
      rendered="#{editCard.readOnly==false}" 
      actionListener="editCard_performCancel()" 
      immediate="true" />
      

Instructions