FieldSet Component

Description

The fieldSet Component is a container with a title (text and/or picture).

The fieldSet Component has the following capabilities :

  • Position & Size
  • Foreground & Background Color
  • Text, font & image
  • Margin & border
  • Help
  • Visibility
  • Background Image
  • Events Handling
  • Contextual Menu
  • Async Render (AJAX)

Screen Shot

Syntax

<v:fieldSet text="${messages.editCard_fieldSet_name}" width="406" marginTop="8" marginBottom="8">
   ...
   <v:text text="${messages.editCard_txt_first}" for="first" accessKey="${messages.editCard_txtKey_first}"/>
   ...
</v:fieldSet>
      

Instructions