I took some time to actually read the last bits of the code. First of all,
you didn't paste us masks.js, which is pretty important for this case. But,
you don't have to because the source of your problems is not Prototype
framework, but the fact you are trying to observe events by passing NULL
instead of an element reference. I think this is the origin of your
problems:
Xaprb.InputMask.setupOneElementMask(document.getElementById(''));
For more support questions please post to the "rubyonrails-spinoffs" group.
On Dec 4, 2007 4:07 PM, Mislav Marohnić <[EMAIL PROTECTED]> wrote:
> That's a lot of code to dig through. Couldn't you just save the result
> HTML document from the browser instead of pasting all the sources?
> We are interested only in JavaScript code and HTML that it applies to.
>
> On Dec 4, 2007 3:48 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> >
> > P.S.: ( pastie.caboo.se ) didnt work here =/
>
>
> Yeah, sorry about that. Now I see that it is down, but there are other
> paste services. You must understand that a lot of code is tough to read from
> an email client because there is no syntax highlighting and copy-pasting to
> an editor usually sucks because it takes time and we only finish with
> mangled newlines and indentation.
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---