2022.1

Table Of Contents
l String:
l uppercase
l lowercase
l propercase.
Note that it is not possible to set a format on
an HTMLString value.
l Date:
l date-short
l date-medium
l date-long
l time-short
l time-medium
l time-long
l datetime-short
l datetime-medium
l datetime-long
l pattern('some pattern') (see "Date and
time patterns" on page1356).
data-hide-
when-empty
<table> Hide the table if it is empty. A table is considered
empty if the detail record is empty. Note that any
additional text is not taken into account.
See: "Hiding an empty Dynamic Table" on
page876.
data-keep-
when-empty
<tr> (a table
row)
Hide the row if it is empty. A row is considered
empty if all elements with a data-field attribute
in that row refer to empty data fields. Note that any
additional text is not taken into account.
See: "Hiding an empty table row" on page876.
data-repeat=
"name of
detail table"
<tr> (a table
row) in the body
of the table
A row with this attribute is repeated for each
record in the detail table that is specified in the
attribute's value.
Page 882