03-13-2012 09:09 AM
03-13-2012 09:37 AM
03-13-2012 09:46 AM
var test = companyhome.childByNamePath("sites").childByNamePath("dtsd").childByNamePath("links");
var link = test.createNode("google", "lnk:link");
link.properties["lnk:title"] = "Google";
link.properties["lnk:description"] = "my link description";
link.properties["lnk:url"] = "http://www.google.fr";
link.content= "http://www.google.fr";
link.save();
alert(document.properties["name"]);
03-13-2012 09:52 AM
03-13-2012 09:54 AM
link.properties["lnk:title"] = document.properties["cm:name"];
03-13-2012 09:57 AM
link.properties["lnk:url"] = document.url;
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.