CardBox Component

Description

The cardBox Component is similar to the tabbedPane Component without the title and borders. It is usefull for sowing different contents on the same page alternatively.

The cardBox Component has the following capabilities :

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

Screen Shot

No screen shot for cardBox Component.

Syntax

<v:cardBox 
        asyncRenderMode="buffer" 
        width="436" 
        height="430">
	<v:card >
		<table ...
	</v:card>
	<v:card >
		...
	</v:card>
</v:cardBox>
      

Instructions