You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-jstemplate
I'm trying to use the jseval instruction to check an attribute value
and then add a css class if that attribute value is true. Can I use
an if statement within the jseval context? I'm attempting this:
var cssClass = 'nda';
processingContext.setVariable('$cssClass', cssClass);