Skip to content

Cht codebehind

MaxMotovilov edited this page Jun 24, 2011 · 6 revisions

How do templates interact with controllers and widgets?

The template engines are designed to address the task of generating views, or visual presentation, of the data. In interactive applications, however, views tend to be coupled with controllers that process the user’s actions. Instead of supplying a controller infrastructure of its own, CHT seamlessly integrates with Dojo parser and the dijit framework making it possible to cleanly separate the Javascript event processing code from the template defining the visual aspects of the application UI.

Clone this wiki locally