Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ModuleBar

Module showing bar between values.

  • does not require Sliders to be enabled.
  • bar is moveable horizontally, allowing to move neighbouring values simultaneously.
  • bar is clickable, allowing for standard behavior.

Uses .jsr_bar CSS class.

Hierarchy

Index

Constructors

Methods

  • destroy(): void
  • Tells, how the module should be destroyed. This usually involves removing all created HTML elements, and event handlers, that were attached to other than removed elements.

    Returns void

  • initView(): void
  • Called once, when JSR is ready to append this module to HTML DOM. All element creation and event handler should be bind here.

    Returns void

  • Tells, how the module should render. This function is called everytime something changes within the application.

    Parameters

    Returns VoidFunction

Generated using TypeDoc