A question about coupling/cohesion in templates/grid control
Alex,
I notice that getItemProperty() (defined in "lists" template) has a dependancy on getDataProperty() which is created from the "data" model in the grid.js control code.
Should I assume from this that the "lists" template is not a completely generic template?
I'm trying my best to understand your code -- some parts I understand OK, but others make my head spin a bit!
What is the degree of coupling and cohesion between components of the ActiveWidgets framework, and what templates can be considered fair game for reusing in other custom widgets?
I notice that getItemProperty() (defined in "lists" template) has a dependancy on getDataProperty() which is created from the "data" model in the grid.js control code.
Should I assume from this that the "lists" template is not a completely generic template?
I'm trying my best to understand your code -- some parts I understand OK, but others make my head spin a bit!
What is the degree of coupling and cohesion between components of the ActiveWidgets framework, and what templates can be considered fair game for reusing in other custom widgets?
Steve N
June 9,