The Taskbar is the top section of the screen where all opened container controls are displayed as icons with a label. The purpose is the serve multi-tasking operations and the user can switch between these by a simple mouse-click.


Examples ExternalScreen taskbar items in client logic:


akioma.swat.Taskbar.addExternalTaskbarItem({id: 'test123', title: 'Simple taskbar title', icon: 'fa fa-check' });


akioma.swat.Taskbar.removeExternalTaskbarItem('test123');


akioma.swat.Taskbar.clearAllExternalScreensOpened();