Exhibit/Tag Cloud Facet
From SIMILE Widgets
To include a "tag cloud" facet, add to your HTML
<div ex:role="facet" ex:facetClass="Cloud" ex:expression=".category" </div>
Replace .category with the appropriate expression for your exhibit.
Other settings supported include:
| setting name | type of value | default | choices | meaning |
|---|---|---|---|---|
| ex:facetLabel | text | what to show in the header of the facet | ||
| ex:height | text | height of the facet's body, e.g., "20em", "200px" | ||
| ex:showMissing | text | true | true; false | whether to show a "missing this facet" value in the list of values |