1 |
2007-09-17 Sascha L. Teichmann <[email protected]> |
2007-09-17 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
4 |
|
a few bugs: Do not render empty containers, do not |
5 |
|
generate misplaced <br class="newline"> in choices. |
6 |
|
Add a nameless container to catch the items that are |
7 |
|
nor explicitly assigned to a target. Removed FormData. |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
10 |
|
a needless import |
11 |
|
|
12 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |
15 |
|
usage of 'containers' and 'target' attributes. |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/web/controllers.py: Modified import. |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/renderer.py: Use |
20 |
|
new ViewRenderer. |
21 |
|
|
22 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
* tools/formed/formed/model/nodecomponents.py: Added attributes |
* tools/formed/formed/model/nodecomponents.py: Added attributes |
25 |
'target' to NodeComponent and 'containers' to Node. |
'target' to NodeComponent and 'containers' to Node. |
26 |
|
|