ui support of untag mindmap

This commit is contained in:
Claudio Barril
2014-02-02 04:10:00 -03:00
parent 8db7f5015f
commit d67a16f550
3 changed files with 26 additions and 7 deletions

View File

@@ -62,7 +62,7 @@
bUseRendered:false,
mDataProp:"title",
fnRender:function (obj) {
return '<a class="mindmapName" href="c/maps/' + obj.aData.id + '/edit">' + $('<span></span>').text(obj.aData.title).html() + '</a>' + labelTagsAsHtml(obj.aData.labels);
return '<a class="mindmapName" value="'+ obj.aData.id +'" href="c/maps/' + obj.aData.id + '/edit">' + $('<span></span>').text(obj.aData.title).html() + '</a>' + labelTagsAsHtml(obj.aData.labels);
}
},
{