07-06-2007 03:13 AM
src="/alfresco/service/api/path/content/workspace/SpacesStore/Company%20Home/wz_dragdrop.js"></script>
<div class="spaceIcon">
<#if d.isDocument && (d.mimetype = "image/gif" || d.mimetype = "image/jpeg" || d.mimetype = "image/png")>
<a href="${url.context}${d.url}" target="new" onclick="event.cancelBubble=true"><img class="spaceIconImage" alt="" width="16" height="16" src="${url.context}${d.url}?${d.size}" border=0></a>
<div style="display:none"><img name=d.name class="spaceIconImage64" alt="" width="64" height="64" src="${url.context}${d.url}?${d.size}"></div>
<script type="text/javascript">
<!–
SET_DHTML(d.name);
//–>
</script>
<#else>
<a href="${url.context}${d.url}" target="new" onclick="event.cancelBubble=true"><img class="spaceIconImage" alt="" width="16" height="16" src="${url.context}${d.icon16?replace(".gif",".png")}" border=0></a>
<div style="display:none"><img class="spaceIconImage64" alt="" width="64" height="64" src="${url.context}${d.icon64}"></div>
</#if>
07-17-2007 11:42 PM
07-19-2007 05:15 AM
07-19-2007 10:17 AM
07-19-2007 12:27 PM
Hi,
Do you have usability findings/reports we could look over?
Thanks,
Linton
07-20-2007 03:17 AM
YAHOO.util.Connect.asyncRequest(
"GET",
getContextPath() + "/command/script/execute?scriptPath=/Company%20Home/mytest.js&contextPath=" + MySpaces.Npath +"/"+ MySpaces.Nname+"&s="+imgs64[i].getProperty('name'),
{
success: function(response)
{
alert("cool " + response.responseText);
},
failure: function(response)
{
alert("Error during check out of item: " + response.responseText);
}
},
"noderef=" + MySpaces.Nref
);
var scriptResult = document.parent.childByNamePath(args.s).name;
var folder = document.parent.childByNamePath(args.s);
var coool="ca a marche!!"
function result()
{ if (document.move(folder)) scriptResult=coool;
//var testingFolder = userhome.childByNamePath("QA/Performance/Testing");.
return (scriptResult);
}
result();
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.