
Dynamic Layout Markup Language
See also Site Map
- containers can contain a property named 'defaults',
all the way back to the platform.
- defaults have collections indexed on prototype names
- all platform defaults are applied
- immediate container defaults are applied
- defaults for containers for which immediate child containers have container.defaults.inherits is set to true, are applied
- defaults for prototypes for which default.cope is set to "branch" are applied all the way down.
properties:{
defaults:{
collections:{//named after prototypes
defaults:{
properties...
attributes...
parsers...
}
}
attributes...
parsers...
properties...
}
}