Hi!
default the detail and editview have 4 columns.
in a detailview i want a panel that only has 2 columns.PHP Code:...
<td>label</td><td>input</td><td>label</td><td>input</td>
...
PHP Code:
panel1:
<td>label</td><td>input</td><td>label</td><td>input</td>
panel2:
<td>label</td><td>input</td>
is it possible to specify the column count within a panel in an editview so that i can have different column counts within one page?
otherwise i can only use halfe of the page-width.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks