|
@@ -176,6 +176,8 @@ var MTooltips = new Class({
|
|
|
this.fireEvent("queryCreate",[this]);
|
|
this.fireEvent("queryCreate",[this]);
|
|
|
this.loadStyle();
|
|
this.loadStyle();
|
|
|
|
|
|
|
|
|
|
+ this.fireEvent("loadStyle",[this]);
|
|
|
|
|
+
|
|
|
this.node = new Element("div.tooltipNode", {
|
|
this.node = new Element("div.tooltipNode", {
|
|
|
styles : this.nodeStyles
|
|
styles : this.nodeStyles
|
|
|
}).inject( this.container );
|
|
}).inject( this.container );
|