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

From SmartWiki
Jump to: navigation, search
 
(updating categories)
 
(3 intermediate revisions by 2 users not shown)
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>#]
Line 6: Line 6:
 
   
 
   
 
<tr><td>My subject</td><td>Mississauga </td><td>$2008-10-12</td><td>Hello</td></tr>
 
<tr><td>My subject</td><td>Mississauga </td><td>$2008-10-12</td><td>Hello</td></tr>
 +
 +
[[Category:To Move Later]]

Latest revision as of 16:45, 20 July 2017

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>