MessageFieldSet Component

Description

The messageFieldSet Component is a fieldSet Component combined with a message Component in the title part.

The messageFieldSet 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:messageFieldSet 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:messageFieldSet>
      

Instructions