04-24-2009 06:24 AM
// Call the repo for the sites profile
var profile =
{
title: "",
shortName: "",
description: ""
}
var json = remote.call("/api/sites/" + page.url.templateArgs.site);
if (json.status == 200)
{
// Create javascript object from the repo response
var obj = eval('(' + json + ')');
if (obj)
{
profile = obj;
}
}
var json = remote.call("/api/sites/" + this.options.siteId);
m'indiquant que remote n'est pas definies.04-27-2009 04:24 AM
04-27-2009 06:08 AM
var json = remote.call("/api/sites/" + page.url.templateArgs.site);
04-27-2009 09:02 AM
04-27-2009 09:34 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.