02-25-2015 12:56 PM
02-27-2015 12:05 PM
this.registerRenderer("tags"
if (jsNode.hasPermission("Write") && !jsNode.isLocked)
{
// Add the tags insitu editor
this.insituEditors.push(
{
context: id,
params:
{
type: "tagEditor",
nodeRef: jsNode.nodeRef.toString(),
name: "prop_cm_taggable",
value: record.node.properties["cm:taggable"],
validations: [
{
type: Alfresco.forms.validation.nodeName,
when: "keyup",
message: this.msg("validation-hint.nodeName")
},
{
type: Alfresco.forms.validation.length,
args: { min: 1, max: 255, crop: true, ignoreEmpty: true },
when: "keyup",
message: this.msg("validation-hint.length.min.max", 1, 255)
}],
title: this.msg("tip.insitu-tag"),
errorMessage: this.msg("message.insitu-edit.tag.failure")
},
callback:
{
fn: this._insituCallback,
scope: this,
obj: record
}
});
}
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.