Property | Type | Description |
allow_selection |
yes/no |
Whether to permit the user to select rows in the table. Default "yes". |
background |
string |
A background image for the table. This "shows through" between table cells. |
bgcolor |
string |
A color, RGB or named, to be used between table cells and rows.If neither bgcolor nor background are specified, the table is transparent. |
cellhspacing |
integer |
The horizontal spacing between cells in the table, in pixels. Default is 1. |
cellvspacing |
integer |
The vertical spacing between cells in the table, in pixels. Default is 1. |
colsep |
integer |
The width of the column separation lines in pixels. Default is 1. |
data_mode |
string |
Either "rows" (default) or "properties". In "properties" mode, the table displays one row per attribute, and so only displays the current record in the objectsource. In "rows" mode, the table displays one row per record in the objectsource. |
dragcols |
integer |
Whether to allow dragging of column boundaries to resize columns; set to 1 to allow it and 0 to disallow. Default is 1. |
followcurrent |
yes/no |
Set to 'yes' to cause the table's current row to follow the currently selected object in the ObjectSource, and 'no' to disable this behavior. Default is 'yes'. |
gridinemptyrows |
integer |
Whether to show the table's grid in rows which do not hold data. Set to 1 to show the grid or 0 to not show it; default is 1. |
hdr_background |
string |
A background image for the header row cells. |
hdr_bgcolor |
string |
A color, RGB or named, for the header row cells. |
rowhighlight_background |
string |
A background image for the current (selected) row cells. |
rowhighlight_bgcolor |
string |
A color, RGB or named, for the current (selected) row cells. |
newrow_background |
string |
A background image for the "new row" placeholder that is visible when a new object is being created. |
newrow_bgcolor |
string |
A color, RGB or named, for the "new row" placeholder that is visible when a new object is being created. |
inner_border |
integer |
width of the inner spacing between cells in a table. Default0. |
inner_padding |
integer |
margins within each cell, in pixels. Default is 0 pixels. |
mode |
string |
The mode of operation of the table, either "static" to be generated on the server when the application is generated, "dynamicpage" to be generated on the client a page at a time, or "dynamicrow", to be generated on the client a row at a time. Default is "static". |
outer_border |
integer |
width of the outer spacing around the outside of the table, in pixels. Default0. |
row1_background |
string |
A background image for the table row cells. |
row1_bgcolor |
string |
A color, RGB or named, for the table row cells. |
row2_background |
string |
A background image for the table row cells. If this is specified, rows will alternate in backgrounds between "row_background1" and "row_background2". |
row2_bgcolor |
string |
A color, RGB or named, for the table row cells. If this is specified, rows will alternate in colors between "row_bgcolor1" and "row_bgcolor2". |
rowheight |
integer |
The height of the individual rows in pixels. Default is 15 pixels. |
show_selection |
yes/no |
Whether to highlight the currently selected row. Default "yes". |
sql |
string |
The SQL query to be used for obtaining the data for the table.This query's result set child widgets. |
textcolor |
string |
A color, RGB or named, of the text in the normal data rows. |
textcolornew |
string |
A color, RGB or named, of the text in the "new row" placeholder. |
textcolorhighlight |
string |
A color, RGB or named, of the text in the highlighted data row. |
titlebar |
yes/no |
Whether to show the title bar of the table. Default "yes". |
titlecolor |
string |
A color, RGB or named, of the text in the header row. If unset, defaults to textcolor. |
width |
integer |
width, in pixels, of the table.The height is determined dynamically. |
windowsize |
integer |
The maximum number of rows to show at any given time, for dynamic tables. |
x |
integer |
x-coordinate of the upper left corner of the table. Default is 0. |
y |
integer |
y-coordinate of the upper left corner of the table. Default is 0. |