Image Courtesy of Openwave Systems Inc
Table with tabletype="group" – Header Links
Image Courtesy of Openwave Systems Inc
Table with tabletype="group" - Sub-table View
Image Courtesy of Openwave Systems Inc
•
where="..." (optional attribute)
The table-model tag uses the where attribute to specify a particular table configuration for a
specific device or group of devices. Authors can use multiple table-model tags for each table
defined in their content. The where attribute in the table-model tag might be used to deliver a
table to devices that support tables, but to flatten the table information for devices that do not
support tables as can be seen in the following content segment.
<table border="1">
<mm:table-model major="row" headlocation="1" bodylocation="1 4"
tabletype="normal" where="UAProf.BrowserUA.TablesCapable"
<mm:table-model major="row" headlocation="1" bodylocation="1 4"
tabletype="normal" sdtransform="base-transform" where=" not
UAProf.BrowserUA.TablesCapable" />
<tr><td>Fruit</td>
<td>Vegetables</td>
<td>Meat</td><td>Dairy</td></tr>
<tr><td>Apple</td>
<td>Carrots</td>
<td>Beef</td>
<td>Milk</td></tr>
...
Part IV Presentation of Mobile Content
BEA WebLogic Mobility Server User Guide - 101
/>
Need help?
Do you have a question about the WebLogic and is the answer not in the manual?