by davebuchanan on Thu Feb 04, 2010 12:35 pm
Hi
A great idea and a great implementation
However I am having trouble getting to run with the mootools.js and mootools_more.js version 1.2.3.1
It all works wonderfully with your supplied mootools-for-textarea.js
I get newClass.implement is not a function in Firefox 3.57 on windows
which then leads to UvumiTextArea is not a costructor
I have read the rest of the posts and have checked what packages are included in the mootols scripts
I believe they include everything specified on you page a grep of Script: show I have all the correct scripts
the Script: Fx.Elements.js in the more and all the others in the base file
For testing I have made copies of the scripts (so that I can add debugging etc)
I have found that it fails on the call to the creation of the class
Can you advise - could you please provide me with a copy of your mootools-for-textarea.js uncompressed then I could check what happens
Rgds Dave
I played and played and played - Took a while to determine the issue
I finally spotted that the error goes away if the new keyword is added to the class creation
var UvumiTextarea = new Class({
Implements: Options,
Hopefully this is useful to everyone
tested with mootoos 1.2.1 and 1.2.4
Rgds Dave