Skip to content
Snippets Groups Projects
Commit 0d0b6bd9 authored by Julian Maurice's avatar Julian Maurice
Browse files

dev #13296 Add html attribute title to treeselect items

This allow to see the full name of an item when it's too long
parent c70edc5d
Branches
Tags
3 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!180Master,!122Sprint3 Dev #13296 Formation Widget
......@@ -83,7 +83,7 @@
var self = this;
return $("<li class='ui-treeselect-"+type+"'>"+
this._addCheckbox(catOrItem)+
"<a class='ui-state-default' href='#'>" +
"<a class='ui-state-default' href='#' title='" + catOrItem.label + "'>" +
this._addIco(catOrItem)+
catOrItem.label+
"</a>" +
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment