1 |
|
2007-09-17 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/plugins/web/view_renderer.py: |
3 |
|
Small tweaks in rendering bools. |
4 |
|
RadioNodes (with all its children) can now be placed in a container. |
5 |
|
The radiobools will not get a surrounding <div> anymore. |
6 |
|
I am not sure if the new way results in the wanted behaivor, but the |
7 |
|
rendering results are much better now :) |
8 |
|
Maybe we need a similar approach for checkboxes? |
9 |
|
Rendering groups is still broken in some way. |
10 |
|
|
11 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
14 |
|
a few bugs: Do not render empty containers, do not |
15 |
|
generate misplaced <br class="newline"> in choices. |
16 |
|
Add a nameless container to catch the items that are |
17 |
|
nor explicitly assigned to a target. Removed FormData. |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
20 |
|
a needless import |
21 |
|
|
22 |
2007-09-17 Sascha L. Teichmann <[email protected]> |
2007-09-17 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |