Column (element child of panel)
From JRapid
Panels are organized in columns
<column (element child of panel)
width = CSS_WIDTH
(accordeon|listing|form|chart|crosstab*)
/>
<panel name="Index" title="Sample columns panel">
<menu/>
<header>Access all entities through the menu or in the boxes included below</header>
<column width="100%">
<accordeon>
<accordeonitem title="Mis Datos" visible="true">
<form entity="Company" name="company" panelheight="100px" title="Mis Datos"/>
</accordeonitem>
</accordeon>
</column>
</panel>
