LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUISlideBar

Represents the SlideBar component for Angular. Animates slides composed of custom content.

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 component
  • data
  • Gets or sets an object associated with the component
  • selectedIndex
  • Gets or sets the index of the slide that is currently selected
  • selectedSlide
  • Gets or sets the slide that is currently selected in the SlideBar
  • slides
  • Gets the collection of slides that are assigned to the SlideBar
  • state
  • Provides information about the current state of the component

Events


  • clear
  • Occurs when all slides are removed
  • slideAdded
  • Occurs after slide is added to the collection
  • slideAdding
  • Occurs before slide is added to the collection
  • slideChanged
  • Occurs after slide is changed
  • slideRemoved
  • Occurs after slide is removed from the collection
  • slideRemoving
  • Occurs before slide is removed from the collection

Methods