11-25-2013 04:00 PM
function main() {
model.someDesc= "Some description text");
}
main();
<div class="dashlet">
<div class="title">Return Info WebScript</div>
<div class="body">
<br>Value is ${someDesc}</br>
</div>
</div>
<div class="dashlet">
<div class="title">Test getting value from Alfresco side</div>
<div class="body">
<br>Description is ${desc1}
</div>
</div>
11-25-2013 04:26 PM
<#escape x as jsonUtils.encodeJSONString(x)>
{
"description" : "${someDesc}"
}
</#escape>
11-25-2013 05:04 PM
11-25-2013 06:06 PM
11-26-2013 09:21 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.