LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUI.SlideBar

Represents a SlideBar directive for AngularJS. Displays list of slides.

Properties


  • allowAnimation
  • Determines whether slide changes is animated or not
  • animationPause
  • Determines the time delay in miliseconds between slide changes during animation
  • animationSpeed
  • Specifies the speed of animation
  • controlStyle
  • Specifies an object that contains all style settings for the SlideBar directive
  • dataFields
  • Specifies data fields that match the data in custom data source
  • enabled
  • Determines whether SlideBar is enabled or disabled
  • events
  • Specifies an object that holds all event handlers in the SlideBar
  • name
  • Gets or sets the name of the SlideBar
  • options
  • Specifies an object that holds all options available in the SlideBar
  • selectedSlide
  • Gets or sets the slide that is currently selected in the SlideBar
  • showNavigationPanel
  • Determines whether navigation buttons are visible or hidden
  • slides
  • Gets the collection of slides that are assigned to the SlideBar

Events


  • buttonClicked
  • Occurs when navigation button is clicked and after slide is changed
  • buttonClicking
  • Occurs when navigation button is clicked, but before slide is changed
  • clear
  • Occurs when all slides are removed
  • enabled
  • Occurs after enabled property value changes
  • slideAdded
  • Occurs after slide is added to the collection
  • slideAdding
  • Occurs before slide is added to the collection
  • slideRemoved
  • Occurs after slide is removed from the collection
  • slideRemoving
  • Occurs before slide is removed from the collection
  • slideChanged
  • Occurs after slide is changed
  • slideChanging
  • Occurs before slide changes
  • styleChanged
  • Occurs when style has changed in SlideBar directive

Methods