ResetButton Component

Description

The resetButton Component is based on the standard HTML tag <INPUT TYPE="reset">. It is a button Component.

The resetButton Component has the following capabilities :

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

Screen Shot

Syntax

<v:resetButton 
	id="resetLogin" 
	text="${messages.login_reset}" 
	width="120"/>
      

Instructions