<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> |