05-19-2014 08:29 PM
var content = "";
content += "<img src=\"url\">";
05-19-2014 11:06 PM
05-19-2014 11:23 PM
05-20-2014 12:43 AM
05-20-2014 08:38 AM
var boxwidth = document.properties["sc:price"];
content += "<body align=\"center\"><font face= \"Comic sans MS\">";
content += "<b>Retail Price: </b>" + price + "<br><br>";
content += "<img src=\"'+res+'?a=true\" width = \"65px\" height = \"35px\"/>";
newFile.content = content;
05-20-2014 09:00 AM
05-20-2014 09:30 AM
content += "<img src=\"'+res+'\" width = \"65px\" height = \"35px\"/>";
05-20-2014 10:08 AM
05-20-2014 10:39 AM
var urlStr = document.assocs["sc:relatedDocuments"][0].url;
var res = "http://127.0.0.1:8081/share/proxy/alfresco/api/node/content/'+urlStr.substring(4);
content += "<img src=\"'+res+'\" width = \"65px\" height = \"35px\"/>";
var str = "View Image";
var result = str.link(res);
content += result+"<br><br>";
05-20-2014 05:03 PM
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.