Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add callback control for buttons, control over modal show/hide, control over timer reset. #50

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 21, 2019

  1. add more control

    added options: logoutButtonCallback, keepAliveButtonCallback, activityHidesModal, resetTimerWhileModalOpen, isModalStatic.
    * logoutButtonCallback, keepAliveButtonCallback (default: false)
    ** gives user ability to set custom callbacks for the buttons
    * activityHidesModal (default: true)
    ** allows the user to ensure the modal does not hide on mouse/keyboard activity
    * resetTimerWhileModalOpen (default: true)
    ** allows user to disable timer reset while the modal is open.
    * isModalStatic (default: false)
    ** allows user to keep disable dismissal of the modal by clicking outside of the modal or pressing escape.
    zkirkland authored Mar 21, 2019
    Configuration menu
    Copy the full SHA
    e2c6adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b6c598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20323fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa8fb1d View commit details
    Browse the repository at this point in the history
  5. add comments for edits

    zkirkland authored Mar 21, 2019
    Configuration menu
    Copy the full SHA
    bba92a4 View commit details
    Browse the repository at this point in the history