commit
aa6765f019
|
@ -74,7 +74,9 @@ define([
|
||||||
render: function() {
|
render: function() {
|
||||||
var el = this.template(this);
|
var el = this.template(this);
|
||||||
this.$el = $(el);
|
this.$el = $(el);
|
||||||
|
this.$el.find('span').tooltip({
|
||||||
|
title: this.label,
|
||||||
|
placement: 'cursor'});
|
||||||
this.rendered = true;
|
this.rendered = true;
|
||||||
this.disable(this.disabled);
|
this.disable(this.disabled);
|
||||||
return this;
|
return this;
|
||||||
|
|
Loading…
Reference in a new issue