-
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
HyperTextLabels
HyperTextLabels tag creates labeled hyper text (HTML)
Parameters
Param | Type | Description |
---|---|---|
name | string |
name of the element |
toName | string |
name of the html element to label |
Example
<View>
<HyperTextLabels name="labels" toName="ht">
<Label value="Face" />
<Label value="Nose" />
</HyperTextLabels>
<HyperText name="ht" value="$html" />
</View>