-
Guide
Tags
API
What's new
tags
- Introduction
Objects
- Audio
- AudioPlus
- HyperText
- Image
- Paragraphs
- Text
- TimeSeries
Controls
- BrushLabels
- Choice
- Choices
- Ellipse
- EllipseLabels
- HyperTextLabels
- KeyPoint
- KeyPointLabels
- Label
- Labels
- List
- Pairwise
- ParagraphLabels
- Polygon
- PolygonLabels
- Ranker
- Rating
- Rectangle
- RectangleLabels
- Relation
- Relations
- Shortcut
- TextArea
- Taxonomy
- TimeSeriesLabels
- Filter
Visual
- Header
- Style
- Table
- View
List
List element, used for ranking results. Great choice for recomendation systems.
Parameters
Param | Type | Description |
---|---|---|
elementValue | string |
lookup key for child object |
elementTag | Text | Image | Audio |
element used to render children |
value | string |
list value |
name | string |
of group |
[sortedHighlightColor] | string |
color |
[axis] | string |
axis used for drag-n-drop |
[lockAxis] | string |
lock axis |
Example
<View>
<HyperText value="$markup"></HyperText>
<List name="ranker" value="$replies" elementValue="$text" elementTag="Text" ranked="true" sortedHighlightColor="#fcfff5"></List>
</View>