Directory trunk/examples/view/form/

Directory Created:
2006-05-28 05:08
Directory Deleted:
2007-07-14 15:16
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/trunk/examples/view/form

Lines of Code

trunk/examples/view/form/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
JeffMoore 15 (100.0%) 165 (100.0%) 11.0

Most Recent Commits

JeffMoore 2007-07-14 15:16 Rev.: 537

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 2 files:

  • trunk/examples/view/form: textarea.php (del), textarea.test.php (del)
JeffMoore 2007-07-13 17:58 Rev.: 531

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.

2 lines of code changed in 1 file:

  • trunk/examples/view/form: textarea.php (+2 -2)
JeffMoore 2007-07-13 17:41 Rev.: 530

Added ability for WactParameter to have a default value.
Changed controller dispatching mechanism to rely on the default value of
parameters, removed setDefaultChild and setDispatcher methods.
Added DispatchOn fluent method that is an alternative for defineInput, but
defines a parameter to dispatch on for a particular controller.
This is a MAJOR change.
This update is poorly tested.
This update breaks several existing example applications.

1 lines of code changed in 1 file:

  • trunk/examples/view/form: textarea.php (+1 -1)
JeffMoore 2007-05-06 01:32 Rev.: 503

Removed the wrapper classes for php callbacks in favor of a new
"callback constructor" parameter list pattern for registerListener
methods and WactCommandController.

2 lines of code changed in 1 file:

  • trunk/examples/view/form: textarea.php (+2 -2)
JeffMoore 2007-04-28 03:43 Rev.: 479

Added form and textarea template tags along with example.

1 lines of code changed in 1 file:

  • trunk/examples/view/form: textarea.php (+1 -1)
JeffMoore 2007-04-26 02:24 Rev.: 470

Removed addPublicChild, changed default child visibility to published.

0 lines of code changed in 1 file:

  • trunk/examples/view/form: textarea.php (-1)
JeffMoore 2007-04-26 02:00 Rev.: 469

Added array offset notation for adding controller children.

3 lines of code changed in 1 file:

  • trunk/examples/view/form: textarea.php (+3 -4)
JeffMoore 2007-04-23 03:01 Rev.: 453

Added fluent interface for declaring input parameters.

1 lines of code changed in 1 file:

  • trunk/examples/view/form: textarea.php (+1 -1)
JeffMoore 2006-11-09 01:57 Rev.: 300

moved form in with html view components.

1 lines of code changed in 1 file:

  • trunk/examples/view/form: textarea.php (+1 -1)
JeffMoore 2006-11-04 03:23 Rev.: 279

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:

  • trunk/examples/view/form: textarea.php (+2 -4)
JeffMoore 2006-09-28 00:43 Rev.: 196

Added Wact classname prefix to Callback wrapper classes and Notifier classes.
Added functionality to callback wrapper classes.

2 lines of code changed in 1 file:

  • trunk/examples/view/form: textarea.php (+2 -2)
JeffMoore 2006-06-10 21:25 Rev.: 175

Added getTestServerUrl method to WactWebTestCase

3 lines of code changed in 1 file:

  • trunk/examples/view/form: textarea.test.php (+3 -6)
JeffMoore 2006-05-28 05:08 Rev.: 170

Added WactFormTransition and an example of form processing with new controller.

147 lines of code changed in 2 files:

  • trunk/examples/view/form: textarea.php (new 99), textarea.test.php (new 48)
Generated by StatSVN 0.4.0