1 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed a bug |
4 |
|
in calculation of width of bounded int fields. |
5 |
|
|
6 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/test-data/simple.xml: Make demo Int fancier. |
9 |
|
|
10 |
|
* tools/formed/formed/model/data.py: Added attributes to IntLeaf |
11 |
|
|
12 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering for |
13 |
|
Ints |
14 |
|
|
15 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
16 |
|
|
17 |
|
* tools/formed/test-data/simple.xml: Added demo textarea |
18 |
|
|
19 |
|
* tools/formed/formed/model/data.py: Added TextAreaLeaf |
20 |
|
|
21 |
|
* tools/formed/formed/io/document.py: register builder |
22 |
|
for loading of textareas |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
25 |
|
for textareas. |
26 |
|
|
27 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/test-data/simple.xml: Make demo choice fancier. |
30 |
|
|
31 |
|
* tools/formed/formed/model/data.py: Added attributes for texts |
32 |
|
|
33 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
34 |
|
for texts |
35 |
|
|
36 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/test-data/simple.xml: Make demo choice fancier. |
39 |
|
|
40 |
|
* tools/formed/formed/model/data.py: Added attributes for choices. |
41 |
|
|
42 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
43 |
|
for choices |
44 |
|
|
45 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
|
* tools/formed/formed/model/data.py, |
48 |
|
tools/formed/formed/model/nodecomponents.py: Added new |
49 |
|
attributes. |
50 |
|
|
51 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
52 |
|
for checkboxes and radio buttons. |
53 |
|
|
54 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/test-data/simple.xml: Added some descriptions |
57 |
|
|
58 |
|
* tools/formed/formed/model/data.py: set attributes in constructors |
59 |
|
directly. |
60 |
|
|
61 |
|
* tools/formed/formed/model/nodecomponents.py: Added description |
62 |
|
attribute in the NodeComponent base class. |
63 |
|
|
64 |
|
* tools/formed/formed/plugins/web/plugin.py: Render description |
65 |
|
as legend in fieldset for GroupNodes. |
66 |
|
|
67 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
68 |
|
|
69 |
|
* tools/formed/formed/plugins/web/plugin.py: make UTF-8 |
70 |
|
output work. |
71 |
|
|
72 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
2007-08-08 Sascha L. Teichmann <[email protected]> |
73 |
|
|
74 |
* tools/formed/formed/model/data.py: Added get/setText() method |
* tools/formed/formed/model/data.py: Added get/setText() method |