483 B
483 B
title |
---|
list |
Use a list option when you want to offer an array of choices.
Your list option should be an object with these properties:
dflt
: The default for this optionlist
: An array of available values options
options: {
cuffStyle: {
dflt: "angledBarrelCuff",
list: [
"roundedBarrelCuff",
"angledBarrelCuff"
"straightBarrelCuff"
"roundedFrenchCuff"
"angledFrenchCuff"
"straightFrenchCuff"
]
}
}