simontegg / hotdrink

Automatically exported from code.google.com/p/hotdrink
0 stars 0 forks source link

HTML builders #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to see builder functions for HTML - the kind for plugging into 
hotdrink.controller.Factory - so that we can use buildAndBind.

Original issue reported on code.google.com by jfreema...@gmail.com on 1 Mar 2011 at 5:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Builders have been implemented in [master 154ec873]. New documentation is 
needed for:
- concept.view.Behavior
- concept.view.Bind

Tests are needed for these widgets:
- selectMany
- selectOne
- radioGroup
- checkboxGroup
test/examples/form.php is a good place to start. It confirms that the builders 
for these widgets work, but it does not show that their controllers are correct.

A controller and test are needed for multi-line text widgets.

Original comment by jfreema...@gmail.com on 11 Apr 2011 at 9:39

GoogleCodeExporter commented 9 years ago
Documentation is needed for:
- controller.behavior.*
- controller.Factory
- controller.view.html

Original comment by jfreema...@gmail.com on 12 Apr 2011 at 2:45

GoogleCodeExporter commented 9 years ago
radioGroup and checkboxGroup do not work as expected.
Please see the example multi-elements widgets (multi_view). If you uncomment 
binding (value option), some errors pop up.

Original comment by guruw...@gmail.com on 12 Apr 2011 at 3:25

GoogleCodeExporter commented 9 years ago
radioGroup and checkboxGroup should be fixed in [master b6fda9b].

Original comment by jfreema...@gmail.com on 12 Apr 2011 at 4:50

GoogleCodeExporter commented 9 years ago
Documentation should be finished as of [master bbc6904].

Original comment by jfreema...@gmail.com on 12 Apr 2011 at 9:57