Follow me on Twitter at Twitter.com/wbm
FYI, I'm blogging most of my stuff over at More Wally now.
You might want to add my rss feed to your reader at:http://morewally.com/cs/blogs/wallym/rss.aspx
Javascript Inheritance with Atlas/Ajax - Wallace B. McClure

Wallace B. McClure

All About Wally McClure - The musings of Wallym on Web, HTML5, Mobile, MonoTouch for iPhone, MonoDroid for Android, and Windows Azure.

News

Personal Blog

Work Blog

.NET

Book Authors

Business

Family

Friends

Georgia Tech Bloggers

Personal

Archives

Javascript Inheritance with Atlas/Ajax

One of the features in Atlas is that some new features are available in javascript.  These are things like inheritance, interfaces, namespaces, and other things.  One of the things that I was having a devil of a time upgrading to the March CTP was my javascript inheritance/interface code.  The problem was that pre-March CTP, this code used to be

Type.registerClass('classname',......);

Now, with the March CTP, you need to say

classname.registerClass('classname',.......);

 

Posted: Mar 23 2006, 12:14 AM by Wallym | with no comments
Filed under:

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required)