02-01-2010 06:32 AM
02-01-2010 07:54 AM
02-02-2010 05:24 AM
02-02-2010 07:01 AM
function foo(param1, param2)
{
txt = "${report(param1!'NA', param2)}";
document.write(txt);
}
<#function report paramX paramY>
<#assign txt="">
<#assign txt=txt+paramX>
<#return txt>
</#function>
function foo(param1, param2)
{
txt = "NA";
document.write(txt);
}
which is returned to the client. The client (web browser) then runs the JavaScript (presumably via some other code you've not posted) and the "NA" string gets output.02-02-2010 10:56 PM
02-03-2010 04:28 AM
03-16-2013 04:35 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.