X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_Element.js.html;h=986f374f76c64d8942f7925c285b3d045135742b;hp=b77877f757609b00a71ab334fd3f8768d38ca79b;hb=e599b9bdeca13a5523e8880f93a34825051622fb;hpb=08476adcea7a25008953a3c0051d9a1222074104 diff --git a/docs/src/Roo_bootstrap_Element.js.html b/docs/src/Roo_bootstrap_Element.js.html index b77877f757..986f374f76 100644 --- a/docs/src/Roo_bootstrap_Element.js.html +++ b/docs/src/Roo_bootstrap_Element.js.html @@ -32,6 +32,8 @@ * @param {Roo.EventObject} e */ "click" : true + + }); }; @@ -42,6 +44,7 @@ html: '', preventDefault: false, clickable: false, + tapedTwice : false, getAutoCreate : function(){ @@ -62,6 +65,7 @@ this.el.on('click', this.onClick, this); } + }, onClick : function(e) @@ -70,9 +74,14 @@ e.preventDefault(); } - this.fireEvent('click', this, e); + this.fireEvent('dblclick', this, e); }, + + + + + getValue : function() { return this.el.dom.innerHTML;