TabbedPane Component

Description

The tabbedPane Component provides a way to show more information on a single page. It can download the data asynchronously via AJAX.

The tabbedPane Component has the following capabilities :

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

Screen Shot

Syntax

<v:tabbedPane 
        asyncRenderMode="buffer" 
        width="436" 
        height="430">
	<v:tab 
            text="${messages.editCard_tab_contact}" 
            accessKey="${messages.editCard_tabKey_contact}">
		<table ...
	</v:tab>
	<v:tab 
            text="${messages.editCard_tab_address}" 
            accessKey="${messages.editCard_tabKey_address}">
		...
	</v:tab>
</v:tabbedPane>
      

Instructions