Changes

Jump to: navigation, search

Web Page View Field Variables

1,044 bytes added, 17:46, 6 November 2008
How to display level two check boxes on level one in the Web Page View
AND
works for level three check boxes on level one web page view
 
==How to display level three activities at level one in the Web Page View==
 
When displaying a list of '''Level 2''' activities using the [ # (?object=object;orderby=field) # ] processor, the corresponding '''Level 3''' activities can now be displayed under each of the parent '''Level 2''' activities by using [ @ (?object=object;orderby=field) @ ].
 
This new feature allows level one web page fields to display level 3 items.
This a type syntax for displaying level 2 items.
<pre>
<table border=1>
[#(?object=activity;orderby=startdate)
<tr><td colspan=2>~subject~</td><td>~location~</td><td>~startdate~</td></tr>
#]
</table>
</pre>
This is the syntax showing level 3 items inside level 2 items.
<pre>
<table border=1>
[#(?object=activity;orderby=startdate)
<tr><td colspan=2>~subject~</td><td>~location~</td><td>~startdate~</td></tr>
<tr>
<td>
<table bgcolor="00FFFF">
[@(?object=activity;orderby=startdate)<tr>
<td>~subject~</td><td>~location~</td><td>~startdate~</td>
</tr>@]
</table>
</td>
</tr>
#]
</table>
 
</pre>
==How to suppress the Page Footer with Printing the Page==
4,401
edits

Navigation menu