ListDropdown should close when any of the dropdown items is clicked. Clicked item's model should be logged in console.ListDropdown should close when clicked beyond the dropdown like page body or other elements.listDropdownModel.isOn to control its "on/off" state.listDropdownModel.isEnabled to control whether it's disabled.listDropdownModel.label to control dropdown label.listDropdownCollection, i.e. add new item:
listDropdownCollection.add(
new window.Model( {
label: '2.5em',
style: 'font-size: 2.5em'
} )
);
buttons[ n ].isOn to control buttonDropdown active icon.buttons[ n ].isEnabled to control buttonDropdown disabled state (all buttons must be set to false).toolbarDropdown.toolbarView.isVertical to control buttonDropdown vertical/horizontal alignment.