Kangx, This was working for me in my test code in Firefox but failing in IE and I was trying my best (and it is exceedingly time wasting and painful so far) to write CrossBrowser Code (What an extreme waste of brain cells and time - it has taken me ten or more times as long to write) :P As I understand it - IE doesn't allow you to extend the Element type - hence much of the usefullness of Prototype.js for me.
I need to have complex state objects holding perhaps other objects - not just text data - hence why setting a text property isn't quite cutting it either. I'd really like to have some object references held in the state properties for my custom Element object. ie.. myDivObject.objectReference = someOtherObject; etc... Will this work??? $(myElement).setProperty( 'objRef', myObject ) ???? or does setProperty only take strings??? thanks, -Eric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---