Changes

Web Page View Field Variables

1,042 bytes removed, 21:43, 25 August 2009
How to display level three activities at level one in the Web Page View
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 display Level 3 Activities at Level 1 using Read Only-System Variable Field in Web Page View==
0
edits