1 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Make the |
4 |
|
view renderer a real view renderer. It takes a list of |
5 |
|
items now and not only a single page. |
6 |
|
|
7 |
|
* tools/formed/formed/plugins/web/renderer.py: Feed a list |
8 |
|
of items to the view renderer. |
9 |
|
|
10 |
2007-09-17 Torsten Irlaender <[email protected]> |
2007-09-17 Torsten Irlaender <[email protected]> |
11 |
|
|
12 |
* tools/formed/formed/plugins/web/view_renderer.py: |
* tools/formed/formed/plugins/web/view_renderer.py: |
13 |
Small tweaks in rendering bools. |
Small tweaks in rendering bools. |
14 |
RadioNodes (with all its children) can now be placed in a container. |
RadioNodes (with all its children) can now be placed in a container. |
22 |
|
|
23 |
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
24 |
a few bugs: Do not render empty containers, do not |
a few bugs: Do not render empty containers, do not |
25 |
generate misplaced <br class="newline"> in choices. |
generate misplaced <br class="newline"> in choices. |
26 |
Add a nameless container to catch the items that are |
Add a nameless container to catch the items that are |
27 |
nor explicitly assigned to a target. Removed FormData. |
nor explicitly assigned to a target. Removed FormData. |
28 |
|
|
29 |
* tools/formed/formed/plugins/web/renderer.py: Removed |
* tools/formed/formed/plugins/web/renderer.py: Removed |
30 |
a needless import |
a needless import |