I am unable to do the following within the Yahoo UI Library framework
with Scriptaculous:
YAHOO.namespace("mycompanyname");
YAHOO.mycompanyname.MyClass=Class.create({
initialize:function()
{
}
,
anotherFunction:function(options)
{
}
});
YAHOO.register("YAHOO.mycompanyname.ModaViews",
YAHOO.mycompanyname.ModaViews, {version: "0.99", build: '11'});
Any ideas? Also new Element(id,{}); does not work on IE 6..
Thanks!
--~--~---------~--~----~------------~-------~--~----~
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 [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-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---