<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > Widgets > Data > Table > TableItemDateTime |
Widget "TableItemDateTime" defines a column or row in a table. A time can be displayed here.
Widget "Table" must be added first in order to use widget "TableItemDateTime".
When binding a variable under property category "Data", it is important to ensure that a value is bound. Otherwise, nothing is displayed in the column except the title of TableItemDateTime.
How the widget can be styled is explained in use case Column styling. |
The following properties cannot be used in compound widget "Mapping":
zIndex
Editor |
Web browser |
Type |
Description |
Bindable |
Necessary |
Default value |
|
Defines the usability of the widget. A disabled widget (enable=false) does not react to user interaction and does not trigger events. The "enable" behavior is inherited from the container widgets to the child widgets. |
|
true |
|||
Defines the visibility of the widget. The widget can be hidden with visible=false. (visible = true, hidden = false). The "visible" behavior is inherited from the container widget to the child widgets. |
|
true |
|||
Binding of a time that should be displayed. |
|
|
|||
permissionOperate |
Defines the roles that are permitted to use the widget. For roles without sufficient rights, the widget does not react to user interaction and does not trigger events. |
|
|
|
|
permissionView |
Defines the roles that are permitted to see the widget. For roles without sufficient rights, the widget is hidden. |
|
|
|
|
Static text or a text from the text system that is shown on the widget. A localized text is defined by specifying $IAT/Textkey. |
|
|
|||
Defines the row height. This property can overwrite property "rowHeight" of widget "Table" if the value is not equal to 0. This is only possible, however, if widget "TableItem" has been defined as a line. |
|
0 |
|||
Defines the column width. This property can overwrite property "columnWidth" of widget "Table" if the value is not equal to 0. This is only possible, however, if widget "TableItem" has been defined as a column. |
|
0 |
|||
Defines the time format of the widget. |
|
F |
|||
zIndex determines the z-order of the widget. With overlapping widgets, the zIndex determines which widget is on the top and which one is on the bottom. The widget with the larger zIndex is on top, and the one with the smaller zIndex is on the bottom. The zIndex must be unique within a piece of content or a container widget. The zIndex is automatically assigned by the visual editor and can therefore be changed via the toolbar. |
|
|
|||
Reference to a customizable widget style. |
|
default |
Type |
Description |
Default value |
|
backColorEven |
Background color for even-numbered table entries in the row direction. |
Transparent |
|
backColorOdd |
Background color for unevenly numbered table entries in the row direction. |
Transparent |
|
backgroundGradientEven |
Background gradient for even-numbered table entries in the row direction. |
|
|
backgroundGradientOdd |
Background gradient for unevenly numbered table entries in the row direction. |
|
|
cellAlign |
Orientation of the text in a cell. |
center center |
|
cellBorderStyle |
Style of the table border. |
solid |
|
cellBorderColor |
Border color of a cell. |
#C8C8C8 |
|
cellBorderWidth |
Border width of a cell. |
0px 0px 1px 1px |
|
fontSize |
Defines the size of the font used to display the text. |
14px |
|
headerBackColor |
Text color for selected elements. |
#FCFCFC |
|
headerGradient |
Background gradient of the header. |
|
|
headerTextColor |
Text color of the header. |
#333333 |
|
headerFontSize |
Font size of the header. |
14px |
|
headerBold |
Defines whether text in the header is shown in bold. |
false |
|
headerItalic |
Defines whether text in the header line is displayed in italics. |
false |
|
textColorOdd |
Defines the color used to display text in odd-numbered table entries in the row direction. |
#333333 |
|
textColorEven |
Defines the color used to display text in even-numbered table entries in the row direction. |
#333333 |
|
bold |
Defines whether the text is shown in bold. |
false |
|
italic |
Defines whether the text is shown in italics. |
false |
|
sortingButtonColor |
Defines the color used to display the icons for sorting when not applied. |
#ECECEC |
|
sortingButtonActiveColor |
Defines the color used to display the icon for sorting when applied. |
#5F8DD3 |
|
cellPadding |
Defines the spacing between the outer boundary of the table entry and its content. For more information, see here. |
0px |
|
headerCellPadding |
Defines the spacing between the outer boundary of the header entry and its contents. For more information, see here. |
0px |