Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:


Code Block
titleAdding new External Screen taskbar item
akioma.swat.Taskbar.addExternalTaskbarItem({id: 'test123', title: 'Simple taskbar title', icon: 'fa fa-check' });


Code Block
titleMethod for removing external taskbar item
akioma.swat.Taskbar.removeExternalTaskbarItem('test123');


Code Block
titleMethod for clearing the existing taskbar items
akioma.swat.Taskbar.clearAllExternalScreensOpened();