08-24-2007 04:24 AM
08-24-2007 08:56 AM
if (document.hasPermission("Write"))
{
if (document.mimetype == "text/plain")
{
document.content += "rnrnCopyright (C) 2006";
}
else if (document.mimetype == "text/html")
{
document.content += "<br><br><small>Copyright © 2006</small>";
}
}Vous verrez ce type d'informations sur le wiki alfresco : http://wiki.alfresco.com/wiki/JavaScript_APITags
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.