Box Component

Description

The Box Component is a container.

It can have a graphical representation or not; But it is mainly used to apply a collective treatment to a set of component, for example show or hide a group of component.

The Box Component has the following capabilities :

  • Position & Size
  • Foreground & Background Color
  • Margin
  • Help
  • Visibility
  • Background Image
  • Border
  • Events Handling
  • Contextual Menu
  • Async Render (AJAX)

Screen Shot

No screen shot for the box Component

Syntax

<v:box id="box4" width="200" height="200" backgroundColor="#DDD">>
    <table ...
</v:box>
      

Instructions