Can you post a self-contained example to http://jsbin.com?

-- T.J.

On Oct 25, 6:10 pm, kstubs <kst...@gmail.com> wrote:
> I may have to repost, but I'll state what I think the issue may be here
> first.
>
> OK, so IE7.  I have a class and I mixin an object called SimpleForms.
>  These methods are not available in the intialize method for the class. So,
>
> var myClass = Class.create(SimpleForms, {
> initialize: function() {
>   this.SimpleForms_Method('xyz');'
>
> }
> });
>
> Code errors on the call to: this.SimpleForms_Method in IE7 only.  Is this
> an IE7 issue?  Is this a Prototype bug, or know IE7 limitation?
>
> Karl..

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to