ExpandBar Component

Description

The expandBar Component is a container that can be collapsed to show only a title bar. Expand Bars can be managed by group : only one element of the group is expanded.

The expandBar 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:expandBar 
        id="creationProposal" 
        text="${messages.login_createAccount}" 
        groupName="pap" 
        collapseEffect="slideUp" 
        collapsed="true" >
	<table>
	...
</v:expandBar>

      

Instructions