Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The basic mechanism of dividing a page up into Sections seems to be working pretty well. There isn't a lot of functionality in this mechanism, but it seems to provide a pretty good framework for hiding details such as HTML complexities, CSS, and Javascript-driven components.
We've been able to build several sections that encapsulate interesting functionality, such as FormSection, TreeSection, and ChartSection.

Forms

The form mechanism appears to be working quite well. We have been able to implementa implement a number of nice features as part of the form mechanism, such as:

...