<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > Widgets > Data > UserList > UserListItem |
Widget UserListItem displays a column in widget UserList that displays various user information.
To use this widget, library MpServer must be present on the target system. "MpServer" is used for internal communication. For more information, see here.
The following properties cannot be used in compound widget "Mapping":
zIndex, width
Editor |
Web browser |
Type |
Description |
Bindable |
Necessary |
Default value |
|
text |
Defines the text in the header. |
|
|
|
|
columnType |
Defines which user information should be displayed in the column, such as the username or the date when the user was last logged in. |
|
|
UserName |
|
width |
Defines the total width of the widget in pixels. Values in % are not permitted. |
|
|
200 |
|
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. |
|
|