Wiki source code of XWiki List Items (xwikilistitems)
Version 1.1 by Helmut Nagy on 2009/02/12
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | <style> | ||
3 | td, th {border-bottom:1px solid #666} | ||
4 | table.dbtable{border:1px solid #666;border-bottom:0px} | ||
5 | th {background-color:#EFEFEF} | ||
6 | .db0{width:1%;border-right:1px solid #666;} | ||
7 | .db1{width:25%;border-right:1px solid #666} | ||
8 | .db2{width:10%;border-right:1px solid #666} | ||
9 | .db3{width:7%;border-right:1px solid #666} | ||
10 | .db4{width:7%;border-right:1px solid #666} | ||
11 | .db5{width:10%;border-right:1px solid #666} | ||
12 | .db6{width:20%;border-right:1px solid #666} | ||
13 | .db7{width:20%} | ||
14 | .dbhead{background-color:#CCC;font-weight:bold} | ||
15 | </style> | ||
16 | 1.1.1 XWiki List Items (xwikilistitems) | ||
17 | |||
18 | This table contain the data for lists properties in XWiki Objects. | ||
19 | |||
20 | <table border="0" width="100%" class="dbtable" cellpadding="3" | ||
21 | cellspacing="0"> | ||
22 | <tr> | ||
23 | <td colspan="8" class="dbhead">xwikilistitems</td> | ||
24 | </tr> | ||
25 | <tr> | ||
26 | <th class="db0"> </th> | ||
27 | <th class="db1">Column Name</th> | ||
28 | <th class="db2">Datatype</th> | ||
29 | <th class="db3">Not null</th> | ||
30 | <th class="db4">auto inc</th> | ||
31 | <th class="db5">flags</th> | ||
32 | <th class="db6">Default Value</th> | ||
33 | <th class="db7">Comments</th> | ||
34 | </tr> | ||
35 | <tr> | ||
36 | <td class="db0">{image:db_key.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
37 | <td class="db1">XWL_ID</td> | ||
38 | <td class="db2">INTEGER</td> | ||
39 | <td class="db3">{image:db_check.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
40 | <td class="db4"> </td> | ||
41 | <td class="db5"> </td> | ||
42 | <td class="db6">0</td> | ||
43 | <td class="db7"> </td> | ||
44 | </tr> | ||
45 | <tr> | ||
46 | <td class="db0">{image:db_key.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
47 | <td class="db1">XWL_NAME</td> | ||
48 | <td class="db2">VARCHAR(255)</td> | ||
49 | <td class="db3">{image:db_check.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
50 | <td class="db4"> </td> | ||
51 | <td class="db5"> </td> | ||
52 | <td class="db6"> </td> | ||
53 | <td class="db7"> </td> | ||
54 | </tr> | ||
55 | <tr> | ||
56 | <td class="db0">{image:db_field.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
57 | <td class="db1">XWL_VALUE</td> | ||
58 | <td class="db2">VARCHAR(255)</td> | ||
59 | <td class="db3"> </td> | ||
60 | <td class="db4"> </td> | ||
61 | <td class="db5"> </td> | ||
62 | <td class="db6">null</td> | ||
63 | <td class="db7"> </td> | ||
64 | </tr> | ||
65 | <tr> | ||
66 | <td class="db0">{image:db_key.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
67 | <td class="db1">XWL_NUMBER</td> | ||
68 | <td class="db2">INTEGER</td> | ||
69 | <td class="db3">{image:db_check.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
70 | <td class="db4"> </td> | ||
71 | <td class="db5"> </td> | ||
72 | <td class="db6">0</td> | ||
73 | <td class="db7"> </td> | ||
74 | </tr> | ||
75 | </table> |