Reusable Accessible Mapping Platform

API Docs for: 2.0.0
Show:

Intranet-Theme Class

Methods

_toggleFullScreenMode

(
  • fullscreen
)

Toggles full screen mode

Parameters:

  • fullscreen Boolean

    true - full screen on; false - full screen off; undefined - toggle;

fullScreenCallback

(
  • event
  • func
)
Object chainable

Allows to set callbacks to the full screen transition.

Parameters:

  • event String

    Event name to set a callback on

  • func Function

    A callback function

Returns:

Object:

This

isFullScreen

() Boolean

Returns a boolean indication whether the full screen mode is on.

Returns:

Boolean:

true / false

toggleFullScreenMode

(
  • fullscreen
)
private

Toggles the FullScreen mode of the application

Parameters:

  • fullscreen Boolean

    true - expand; false - collapse; undefined - toggle;

tooltipster

(
  • target
  • type
  • [action]
)
Object chainable

Tooltip setter helper method.

Parameters:

  • target Jquery

    A node to looked for tooltiped children on

  • type String

    Type of the tooltips to set

  • [action] String optional

    Action name: "update" will update all the tooltips on target with their respective title attributes; null will create new tooltips

Returns:

Object:

This