Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
1 check-in using file examples/linkModelToHtmlView.html version 48c562d7b2
|
2018-02-06
| ||
| 10:02 | Version of StorkModel which uses object properties as model properties StorkModel has usually used a separate namespace for model properties, so as not to conflict with any property of Javascript objects. This causes some complexity but keeps things neat and separate. This version is an experiment in using the properties of the JS object directly as model properties. This simplifies some things but can cause namespace clashes with model property names and object property names. Leaf check-in: 5974c11c45 user: setok tags: modelPropsObProps | |