02-05-2009 11:03 AM
03-11-2009 08:39 AM
onDocumentDetailsAvailable: function DocumentInfo_onDocumentDetailsAvailable(layer, args)
{
var docData = args[1];
// render the core metadata values
Dom.get(this.id + "-meta-name").innerHTML = $html(docData.fileName);
Dom.get(this.id + "-meta-content-type").innerHTML = $html(this._getMimetypeLabel(docData.mimetype));
//Dom.get(this.id + "-meta-encoding").innerHTML = $html(docData.encoding);
Dom.get(this.id + "-meta-title").innerHTML = $html(docData.title);
Dom.get(this.id + "-meta-description").innerHTML = $html(docData.description);
…
$html(docData.properties["custom:someproperty"]); - won't work.03-12-2009 02:53 PM
03-18-2009 06:55 AM
03-18-2009 07:07 AM
I was wondering if there is some sort of documentation on what arguments can i use with "web-framework-config-custom.xml", like how to display properties as "read-only" or "textarea". It's a bit different in alfresco's web-client-config-custom.xml configuration.There's some documentation here: http://wiki.alfresco.com/wiki/Forms_Temp2 but I wouldn't rely on it yet, as the new code is still be actively developed.
Also, I woud like to know what API are available with document nodes in Share. I can use "fileName" and "nodeRef", "location.site", "location.url"… What are the rest of them? How do i get "parent" node of current node, for example?There's no API, as such because the documents don't exist in the Share web application. I think you're referring to the JSON object returned by the main doclist data webscript:
03-26-2009 10:46 AM
06-17-2009 02:30 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.