mm-jsr
    Preparing search index...

    Class ModuleGrid

    Module showing grid (by default beneath rail) giving overview what values are where.

    • clickable
    • uses canvas for rendering, to not pollute DOM

    Uses .jsr_grid as grid parent CSS class.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • 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

    • 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