05-10-2010 04:17 AM
05-10-2010 07:58 AM
I've tried to modify the files that I thought to be link with this toolbar, but the only result I got is an infinite loading message when I open my library… :mrgreen:What have you tried already?
Could someone please help me ?
05-10-2010 11:23 AM
.toolbar .createTag span.first-child
{
background: transparent url(images/createTag-16.png) no-repeat 12px 4px;
padding-left: 22px;
}
button.createTag=Create Tag
<div class="hideable toolbar-hidden DocListTree">
<div class="createTag"><button id="${args.htmlid}-createTag-button" name="createTag">${msg("button.createTag")}</button></div>
<div class="separator"> </div>
</div>Tag
/**
* CreateTag module instance.
*
* @property createTag
* @type Alfresco.CreateTag
*/
createTag: null,
// Create Tag button
this.widgets.createTag = Alfresco.util.createYUIButton(this, "createTag-button", this.onCreateTag,
{
disabled: true,
value: "create"
});
/**
* Create Tag button click handler
*
* @method onCreateTag
* @param e {object} DomEvent
* @param p_obj {object} Object passed back from addListener method
*/
onCreateTag: function DLTB_onCreateTag(e, p_obj)
{
var URLdossier = document.location.href;
alert(URLdossier);
},
11-26-2010 10:47 AM
01-11-2011 07:35 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.