How To: Exercise full control over a dataregion's layout |
Article Type | How To |
Title | Exercise full control over a dataregion's layout |
| <span class="smallCode"><a href="/default.view?Topic=views/xml/vxmldataregion">ws:dataregion</a></span> tags normally output a standard html table structure when viewed. To exercise full control over the html your view file outputs:<br>
<br>
1. make sure to remove any XML tags that create an HTML table (<span class="smallCode">ws:jumpbar</span>, <span class="smallCode">ws:fieldbox</span>, for example)<br>
2. set your <span class="smallCode">ws:dataregion</span> layout property to rawhtml: <span class="smallCode"><ws:dataregion layout="rawhtml"></span> |
Last Reviewed | August 26, 2001 16:36:41 |
|