Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "geocortex/infrastructure/results/ResultsUtils"

Index

Functions

handleInlineMenuActionClick

  • handleInlineMenuActionClick(evt: MouseEvent, element: HTMLElement, currentActiveElement: HTMLElement, container: HTMLElement, currentView: ResultsViewBase): void
  • Deals with the logic of properly showing the in-line flyout menu for each result element. It makes sure that no more that one result element actions menu is open at any given time and that the menus are exclusive with the activation of the hoisted menu as well.

    Parameters

    • evt: MouseEvent
    • element: HTMLElement
    • currentActiveElement: HTMLElement
    • container: HTMLElement
    • currentView: ResultsViewBase

    Returns void

showResultsStatusMessage

  • showResultsStatusMessage(app: Application, numberOfFeatures?: number): void
  • Parameters

    Returns void