Difference between revisions of "Board18View"

From BOARD18 Project WIKI
Jump to navigation Jump to search
(added release note)
(remove register main menu and logout ok)
Line 1: Line 1:
{{ReleaseNoticeX|1.3|Design_Document_board18View_Page}}  
{{ReleaseNoticeX|1.3|Design_Document_board18View_Page}}  
The following functions are used by board18View.php
The following function is used by board18View.php
 
==Function logoutOK(resp)==
Function logoutOK is the callback function for the ajax
logout call.


==Function listReturn(response)==
==Function listReturn(response)==
Line 10: Line 6:
the ajax allGameList.php call. It appends a list if games
the ajax allGameList.php call. It appends a list if games
to the table in board18View.php.
to the table in board18View.php.
==Function registerMainMenu()==
The registerMainMenu function creates the
main menu on the board18View page. It uses
the jquery context menu plugin.

Revision as of 11:10, 11 December 2015

This page has been updated to comply with Release 1.3.x of BOARD18. Go Back

The following function is used by board18View.php

Function listReturn(response)

Function listReturn is the success callback function for the ajax allGameList.php call. It appends a list if games to the table in board18View.php.