[root]/trunk/examples/view/html

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 7 (100.0%) | 11 (100.0%) | 1.5 |
Moved many of the examples into an acceptance test directory, cleaning up the
examples directory to contain only end-user focused examples.
Examples should be full applications that perform some nominally useful
function.
Code fragments go in the acceptance directory.
0 lines of code changed in 1 file:
Removed WactCommandController and WactViewController classes in favor of
allowing the $controller['name'] syntax to automatically create
non-existant controllers allowing setView and onExecuteDo to take over for
These two light-duty classes.
1 lines of code changed in 1 file:
Removed addPublicChild, changed default child visibility to published.
1 lines of code changed in 1 file:
removed dataBindingListener. Added preRenderListener.
2 lines of code changed in 1 file:
Renamed dataRoot to just plain root.
2 lines of code changed in 1 file:
Split render method into render and paint. Render is reserved for the
framework, while paint methods are template methods that can be extended.
This opens up opportunities for a more advanced rendering lifecycle.
2 lines of code changed in 1 file:
Added several view classes for representing the top level structure of an
HTML / XHTML page. These classes can coordinate to allow sub views to make
non-local additions to the view tree, while remaining composable and
independent.
3 lines of code changed in 1 file: