Difference between revisions of "Allow for '$' in webpage view field showing activity"

From SmartWiki
Jump to: navigation, search
m
Line 1: Line 1:
use ++$ to escape $ within [# .....  #] in webpage veiw field
+
use ++$ to escape $ within [# .....  #] in webpage view field
 
   
 
   
 
[#(?object=activity;orderby=startdate)<tr><td>~subject~</td><td>~location~</td><td>++$~startdate~</td><td>$18235$</td></tr>#]
 
[#(?object=activity;orderby=startdate)<tr><td>~subject~</td><td>~location~</td><td>++$~startdate~</td><td>$18235$</td></tr>#]

Revision as of 12:44, 12 August 2011

use ++$ to escape $ within [# ..... #] in webpage view field

[#(?object=activity;orderby=startdate)<tr><td>~subject~</td><td>~location~</td><td>++$~startdate~</td><td>$18235$</td></tr>#]

will be displayed like this

<tr><td>My subject</td><td>Mississauga </td><td>$2008-10-12</td><td>Hello</td></tr>