mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
FloatingTip in ToolbarItem deleted
This commit is contained in:
parent
258abc232f
commit
928d65b024
@ -26,27 +26,6 @@ mindplot.widget.ToolbarItem = new Class({
|
||||
this._options = options;
|
||||
this._enable = false;
|
||||
this.enable();
|
||||
// this._registerTip();
|
||||
|
||||
},
|
||||
|
||||
_registerTip: function() {
|
||||
|
||||
return new mindplot.widget.FloatingTip($("#"+this._buttonId), {
|
||||
html: false,
|
||||
position: 'bottom',
|
||||
arrowOffset : 5,
|
||||
center: true,
|
||||
arrowSize: 5,
|
||||
showDelay: 500,
|
||||
hideDelay: 0,
|
||||
className: 'toolbarTip',
|
||||
motionOnShow:false,
|
||||
motionOnHide:false,
|
||||
motion: 0,
|
||||
distance: 0,
|
||||
preventHideOnOver:false
|
||||
});
|
||||
},
|
||||
|
||||
getButtonElem : function() {
|
||||
@ -55,10 +34,6 @@ mindplot.widget.ToolbarItem = new Class({
|
||||
return elem;
|
||||
}.protect(),
|
||||
|
||||
getButtonId : function(){
|
||||
return this._buttonId;
|
||||
},
|
||||
|
||||
show : function() {
|
||||
this.fireEvent('show');
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user