Board18Map7
This page has been updated to comply with Release 2.1.x of BOARD18. | Go Back |
board18Map7.js contains the function that implements the keyboard shortcut events and the functions that implement the call to the checkForUpdate.php routine. It now also contains the code for the new snapshot function.
Function setUpKeys()
The setUpKeys function performs all of the bind operations for the keyboard shortcut events.
KEY | Action |
---|---|
Enter | Accept Move |
C/Esc | Cancel Move |
Z | Undo Move |
Y | Redo Move |
H | Hide/Show |
S | Take Snapshot |
M | Goto Stock Chart |
O | Goto Main Page |
X | Logout |
F | Flip Token |
R | Rotate Tile Clockwise |
E | Rotate Tile Counterclockwise |
Function checkForUpdateCallback(resp)
The checkForUpdateCallback function is the callback function for the checkForUpdate function. It acts on the status returned by the checkForUpdate.php AJAX call.
Function checkForUpdate()
The checkForUpdate function does an AJAX post call for checkForUpdate.php passing the gameid.
Function delayCheckForUpdate()
The delayCheckForUpdate function waits 2 minutes before calling the checkForUpdate function.
Function resetCheckForUpdate()
The resetCheckForUpdate function stops any current setTimeout for the checkForUpdate function and then calls the delayCheckForUpdate function.
Function snapshotOK(response)
Function snapshotOK is the call back function for the ajax snapShot.php call.
Function snapshot()
Function snapshot is called by the submit method of the snapname submit button. It checks the input for missing fields and does an ajax call to snapShot.php.