Skip to main content

Standard Attributes

List entry properties for the APEX menu widget are described in the official API. The plug-in supports properties as follows:

PropertyIs supported
type(tick)
id(tick)
label(tick)
labelKey(tick)
offLabel(error)
offLabelKey(error)
onLabel(error)
onLabelKey(error)
hide(tick)
disabled(tick)
iconType(error)
icon(tick)
iconStyle(tick)
href(tick)
action(tick)
set(error)
get(error)
accelerator(tick)
menu*(error)
choices(error)
choices[].label(error)
choices[].labelKey(error)
choices[].value(error)
choices[].disabled(error)
choices[].accelerator(error)
current(error)

* menu property is implemented via property items to avoid unnecessary nested objects. See Inline Help Text for attribute Override behavior for example implementation.