02-12-2010 12:34 PM
for (i = 0, ii = actions.length; i < ii; i++)
{
action = actions[i];
actionAllowed = true;
if (action.firstChild.rel !== "")
{
actionPermissions = action.firstChild.rel.split(",");
for (j = 0, jj = actionPermissions.length; j < jj; j++)
{
if (!userAccess[actionPermissions[j]])
{
actionAllowed = false;
break;
}
}
}
for (i = 0, ii = actions.length; i < ii; i++)
{
action = actions[i];
actionAllowed = true;
if (action.firstChild.rel !== "")
{
actionPermissions = action.firstChild.rel.split(",");
for (j = 0, jj = actionPermissions.length; j < jj; j++)
{
actionAllowed = false;
break;
}
}
02-23-2010 02:19 AM
02-25-2010 10:09 AM
03-03-2010 01:15 PM
03-03-2010 06:18 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.