View (attribute of listing)
From JRapid
view is an attribute of listing.
Description
A view specifies a way of displaying entity records in listings.
The view attribute may take one of these built-in values:
- table (default)
- thumbnails
Or it may use new views created by the developer or added through the JRapid Community. This are called Add-on Views.
More than one value may be specified, separated by commas. This will generate a listing with multiple views that can be selected using a control.
Usage
<listing ... name = NAME view = COMMA_SEPARATED_VIEWS ... />
