1 |
2007-08-21 Sascha L. Teichmann <[email protected]> |
2007-08-21 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py: Added mode parameter to |
4 |
|
walk. |
5 |
|
|
6 |
|
* tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites |
7 |
|
walk() with usage of the new mode parameter. Added a method to |
8 |
|
give children in a given mode. |
9 |
|
|
10 |
|
* tools/formed/formed/plugins/web/renderer.py: Simplified to use |
11 |
|
new Switch.childrenInMode() method. |
12 |
|
|
13 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
* tools/formed/formed/plugins/web/semantic.py: Add checks for |
* tools/formed/formed/plugins/web/semantic.py: Add checks for |
16 |
texts and text areas. |
texts and text areas. |
17 |
|
|