05-17-2011 04:05 PM
for (var i = 0; i < container.children.length; i++)
{
if (container.children[0] == nodeEnglish)
{
nodeContent = nodeEnglish.content;
}
else
{
nodeContent = "Criteria not met.";
}
}
model.text = nodeContent;
05-18-2011 02:18 AM
05-18-2011 09:15 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.