1 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/test-data/simple.xml: removed 'text' attributes from |
4 |
|
info tags. Use the 'value' attributes for same purpose now, please! |
5 |
|
|
6 |
|
* tools/formed/formed/model/data.py: removed text attributes from |
7 |
|
InfoLeaf. |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/web/renderer.py: Rendering of info |
10 |
|
now uses the 'value' instead of the 'text' attributes. |
11 |
|
|
12 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/model/data.py: next/prevPage() are |
15 |
|
methods of PageNode now. |
16 |
|
|
17 |
|
* tools/formed/formed/model/nodecomponents.py: findByClassAndName() |
18 |
|
is method of Document now. |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/web/plugin.py: Factored out |
21 |
|
the HTML renderer. |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/renderer.py: New: contains |
24 |
|
the HTML renderer now. |
25 |
|
|
26 |
|
* tools/formed/test-data/simple.xml: Fixed typo |
27 |
|
|
28 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed a bug |
31 |
|
in calculation of width of bounded int fields. |
32 |
|
|
33 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/test-data/simple.xml: Make demo Int fancier. |
36 |
|
|
37 |
|
* tools/formed/formed/model/data.py: Added attributes to IntLeaf |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering for |
40 |
|
Ints |
41 |
|
|
42 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/test-data/simple.xml: Added demo textarea |
45 |
|
|
46 |
|
* tools/formed/formed/model/data.py: Added TextAreaLeaf |
47 |
|
|
48 |
|
* tools/formed/formed/io/document.py: register builder |
49 |
|
for loading of textareas |
50 |
|
|
51 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
52 |
|
for textareas. |
53 |
|
|
54 |
2007-08-09 Sascha L. Teichmann <[email protected]> |
2007-08-09 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
* tools/formed/test-data/simple.xml: Make demo choice fancier. |
* tools/formed/test-data/simple.xml: Make demo choice fancier. |