TextAreaEntry Component

Description

The textAreaEntry Component is based on the standard HTML tag <TEXTAREA> and is a textEntry Component.

The textAreaEntry Component has the following capabilities :

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

Screen Shot

Syntax

<v:textArea 
    id="notes" 
    width="386" 
    height="280" 
    readOnly="#{editCard.readOnly}" 
    text="#{editCard.card.notes}" >
      

Instructions