Settings tab

Overview

In the Settings tab, the general properties for widgets can be specified.

Digits

Defines how many digits should be displayed for decimal numbers. If automatic is selected, all ending zeros are truncated.

In percent

Displays the current number in its percentage representation, with an ending "%".

Grouping

Displays a grouping character for separating thousands, millions, etc. in a number. This option is not available if "In percent" is selected.

Date / time

Defines the format in which a date with time is to be displayed. Possible options are Date, Time and Date Time.

Show seconds

If the time is displayed for a date, you can use the Show seconds property to specify whether the seconds should be displayed.

Show milliseconds

If the time is displayed for a date, you can use the Show milliseconds property to specify whether the milliseconds should be displayed in addition to the seconds.

Local time

Defines whether the time should be displayed in the time zone selected for the current browser. If this property is not selected, the time is displayed in UTC time.

Tab order

Specifies which widget is to be accessed after pressing the Tab key. This widget is selected in the Next widget sub-property.

Remark

  • Pressing the Tab key while simultaneously pressing the Shift key navigates back to the previous widget.

Scroll binding

(This option is only available for table widgets.)

In the Scroll binding menu, another table of the same page can be selected which defines the scroll position of the current widget.

Remarks

  • Both the vertical and the horizontal scroll positions can be synchronized. If only one direction should be scrollable, adjust the width or height of the table widgets that no scrollbar is available in that direction.

  • It is possible that multiple table widgets use the same table widget as scroll binding widget.

Default item

(This option is only available for menu widgets.)

If this property is

switched on, a default item name can be entered which is always displayed as top entry in the menu popup.

Remarks

  • If the default item for a menu is selected, the GETSELECTION function returns 0 as position and the name of the default item as value.

  • Calling the SETSELECTION function switches to the default item, if 0 is used as position or the name of the default item is used as value.

  • The default item is not part of the Content of a menu widget, it is a separate widget property. So if the content of the menu is referenced by another wigdet, the default item is not included.

Show tooltips

(This option is only available for table and menu widgets.)

This property specifies if the values of the widget should show tooltips.

Last updated