PDA

View Full Version : [Article] "A JavaScript Module Pattern"



Skeleton
13 Jun 2007, 1:53 PM
Eric Miraglia, of Yahoo!, has documented his explanation of what Douglas Crockford calls the JavaScript Module pattern (http://yuiblog.com/blog/2007/06/12/module-pattern/).

Eric discusses the steps:
[LIST]
Create a namespace object: If you

Frank
23 Jun 2007, 7:40 PM
Hi,folks. I translated it into Chinese:) here is it:
http://jstang.5d6d.com/thread-315-1-1.html

jay@moduscreate.com
24 Jun 2007, 11:29 AM
yup is is all over EXTJS :)

jon.whitcraft
24 Jun 2007, 1:19 PM
This would make a good wiki article. *wink*

jsakalos
24 Jun 2007, 4:15 PM
Look also here: Application layout for Beginners - Something to play with (http://extjs.com/forum/showthread.php?t=6564&highlight=play+with)