-
Notifications
You must be signed in to change notification settings - Fork 12
Cht codebehind
MaxMotovilov edited this page Jun 24, 2011
·
6 revisions
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.