Function showDialog

  • Show a dialog, either trip-find, login, register, account, search, forgot-password, help, splash, about, demos, payday, add-public-markers, timebase, rate.

    Parameters

    • json: { dialog: string; show: boolean } = ...
      • dialog: string

        string: "trip-find | login | register | account | search | forgot-password | help | splash | about | demos | payday | add-public-markers | timebase | rate"

      • show: boolean

        boolean: show or hide the dialog. Default is true if value is not specified.

    Returns void

    {
    "dialog": "timebase"
    "show": true
    }