hi all
for axample, i have class named : *MyClass* and extends from window.
And in another class definetion, i m trying to create an instance of myClass
class with : *var myClass= new lz.MyClass();*
And while creating the object, i want to pass the attribute values to
myClass object. e.g (x=200, width="300") without writing
myClass.setAttribute('x',200);
trying to use like *var myClass= new lz.MyClass('x=200'); . *Is there any
way like this syntax. * *I hope, I could explain what i m trying to do.Kind regards -- Cem SONMEZ
