blob: d5230105d96019ef4420ce45f28ac3c19fd1fea1 [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" type="text/css" href="default.css" media="screen" />
</head>
<body>
<h2>List</h2>
<p>
The List widget can display a list of texts, one on a row.
The items can be selected.
</p>
<p>
For advanced use cases such as including images, setting custom colors,
or supporting multiple colums, use the Table instead.
</p>
<p>
The selection mode can be chosen by specifying either <code>SINGLE</code> or
<code>MULTI</code>.
</p>
</body>
</html>