Documentation suggestion
For newbies (and I count myself one)... it would be useful to explain that the 'Data' in 'defineDataProperty' is derived from the 'data' in 'defineModel("data")'.
It might be more clear to write:
obj.defineModel("mydata");
obj.defineMydataProperty("count", 0);
etc...
The term 'data' is so commonplace that it is easily confused with a buit-in function or reference and not a user-defined reference.
It might be more clear to write:
obj.defineModel("mydata");
obj.defineMydataProperty("count", 0);
etc...
The term 'data' is so commonplace that it is easily confused with a buit-in function or reference and not a user-defined reference.
Steve N
June 7,