Feature #1650
Audio Element Labels
Status: | Resolved | Start date: | 2016-03-07 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
Currently the default labels are numbers starting at 0 (except AB which is lettered). This should be configurable, allowing a specific starting index and type (numbers, letters, capitals) or even no label.
History
#1 Updated by Nicholas Jillings over 8 years ago
- Status changed from New to Resolved
Can set the displayed labels using the <page> node "label" attribute. Options are:
- "default": Use the interface desired default
- "none": Show no labels
- "number": Show numbers starting from 1
- "letter": Lower case letters starting from "a"
- "capital": Upper case letters starting from "A"