LSformElement :: supannCompositeAttribute : fix span title during edition

This commit is contained in:
Benjamin Renard 2014-11-25 00:10:51 +01:00
parent c241d9c0b6
commit 5320b7782b

View file

@ -158,6 +158,7 @@ var LSformElement_supannCompositeAttribute_field_value_component = new Class({
this.img.set('src',varLSdefault.imagePath('supann_label_'+li.get('data-label')));
}
this.span.set('html',li.get('data-translated'));
this.span.set('title',li.get('data-value'));
this.toogleInputSearch();
},