Window Growl con Mootools 1.2 Beta 2
Gracias a Paul Streise, alguien que no tiene web, ha dedicado parte de su tiempo a portar el código de Window.Growl a Mootools 1.2 Beta 2.
Sin duda Window.Growl y Packito son las dos joyas de esta casa y ambas las tengo un poco descuidadas, aun así tengo planes para actualizarlas pero gracias a Paul ya me he ahorrado el 50%.
Por mis refers he encontrado una versión en Prototype, esto quiere decir que hay versiones adaptadas para Mootools, jQuery y Prototype, nada mal.
Tengo que decir que tambien un usuario ha añadido mejoras a class.image y que pronto intentare postearlo.
Ver post
Comentar
metaxy#1 hace 595 días
brawo
flux#2 hace 593 días
Hi, bu it's possible change background color? It's only black?
Icebeat#3 hace 593 días
@flux the background is a image :)
Bogdan#4 hace 581 días
Hey, I like this tool but I have a question. How can I make this to work. After I included the Javascript elements and after I added ids to some links it doesn`t work even if, at the bottom of my HTML code I have the $('smoke').onclick = function() { Growl.Smoke({}); return false; };
.... code.
Can you give me a hand please?
Prasant#5 hace 572 días
I keep getting the error, "Growl not defined". Could help me understand the problem?
Thanks,
Prasant
Jörn#6 hace 541 días
Hi, your 1.2beta-version doesn't work with the official 1.2 release. Is this a generell or my local problem?
Thanks, Jörn
IceBeat#7 hace 537 días
@Jörn I don't know, i think is a general error of my script.
oscar#8 hace 532 días
hola, oye cuando trato de usar tu script me sale este error en el fiarfocs:
Error: this.queue is undefined Archivo Fuente: http://localhost/rambutan/004/js/growl.js Línea: 65
y es esta linea: var last = this.queue.getLast()
y si, mi version de mootools es la 1.11
saludos :)
Sascha#9 hace 512 días
Hi
Growl is great! :) Nice work, but:
Could you fix the setHTML() and other problems with mootools 1.2 release please :)
Thanks, Sascha
LouisK#10 hace 493 días
I too love this script and would like to use it. But like Jörn said, the script doesn't work with the official mootools 1.2.
Firebug returns the following error: arguments.callee.caller.parent is undefined.
freddy#11 hace 407 días
is there any other way to trigger this? I want to make it work automatically when somebody loads a page and not only onclick.
cichy#12 hace 402 días
How Can I use Growl.Bezel with 2 link: first with method Show() and secound with method Hide() ???
torro#13 hace 386 días
Hi,
pleas make a grow update, to mootools 1.2.1
IceBeat#14 hace 386 días
@torro sorry guys, soon new update to 1.2.1
Vanco#15 hace 372 días
Please, can you update Growl for Mootools soon? I have used it in so many places throughout my application, and can't upgrade the Mootools library because of that. Please?
Lennart#16 hace 370 días
I've ported a bit to 1.2: http://ljpilon.nl/mootools/2008/11/30/windowgrowl-for-mootools-12/
Have fun :-)
Vanco#17 hace 365 días
Thanks Lennart.
IceBeat#18 hace 360 días
Ohh thanks @16
Arturo#19 hace 320 días
For the "Error: this.queue is undefined" error.:
To fix this you must add the following line to the script.
window.addEvent('domready',function() { Growl.Bezel = new Gr0wl.Bezel('js/growl/bezel.png'); Growl.Smoke = new Gr0wl.Smoke('js/growl/smoke.png'); Growl.Smoke.create(); // --> Line added Growl.Bezel.create(); // --> Line added });
Anyway, the script should be corrected. I don't know why it don't initializes the class...
Philippe#20 hace 316 días
how to stop? :
I wish to put a duration of 30 on window.growl, and to install a button to close prematurely. But I succeeded in not inserting this closed function (hide) and which stops the chain. Thank you for your assistance.
To call with onmouseover, and to avoid the repetition, change show: function(options) { in show: function(options) { if(this.i
Lennart#21 hace 284 días
@Arturo: check the path to smoke.png and change it at the bottom of the code.
23232323#22 hace 184 días
PLEASE UPDATE THIS AWESOME SCRIPT! thanks.