UserList Definition

Top  Previous  Next

 

This table is used to define the appearance of the #UserList.

 

Tag

M/O

Value

Default

Comment

#Header:Height

O

Integer

0

Height of the header in pixels, for which:

-1 = automatic height

0 = Hide header

>0 Effective height in pixels

#Header:Font

 

Font

 

Font for the caption

#Header:Color

 

Color

 

Color of the caption

#Header:BackColor

 

Color

 

Background color of the caption

#Row:Lines

O

Integer

0

Sets the line height so that the corresponding number of text lines can be shown in the table row.

#Row:Height

O

Integer

0

This parameter is used to set the line height in pixels. If this parameter is not greater than 0, the line height is set automatically. If this parameter is set #Row:Lines is overwritten.

#Grid:hide

O

yes

no

no

If this parameter has the value "yes", the grid of the table is not drawn.

#Grid:Color

O

Color

yes

Color of the table grid

#Column

M

 

 

See below

 

Icon-HinweisNote:

Each column to be displayed must be defined with the Column tag. The order from top to bottom determines the order of columns from left to right.

#Column

ID

Format

Width

Alignment

Options

 

Parameters for #Column:

Parameters

M/O

Value

Default

Comment

ID

M

 

User

Name

RoleId

RoleName

Enabled

LastLogin

PwdChanged

 

 

Specifies the column:

User ID
Long name
Role ID
Role name (language-dependent)
Account status (active=[x], inactive=[])
Date/time of last login
Date/time of last password change

Format

O


%s, %d, or %[dd-mm HH:MM:SS]DT

Format (see #Variable)

Width

O

Integer

-1

Column width, in which:

(width < 0) => Stretch

(width == 0) => Hide

(width > 0) => fixed width in Pixel

Title

O

<Text>

ID

Column header

Alignment

O

left

center

right

left

Horizontal alignment of the text in the cell

Options

O

editable


If this option is set, the values of the columns RoleName and Enabled can be edited directly.