Difference between revisions of "Board18SnapList"

From BOARD18 Project WIKI
Jump to navigation Jump to search
(initial contents for this page)
 
(remove register main menu)
Line 1: Line 1:
__NOTOC__
{{ReleaseNoticeX|1.3|Design_Document_board18SnapList_Page}}
The following functions are used by board18SnapList.php
The following functions are used by board18SnapList.php


Line 13: Line 13:
==Function doPageLinks()==
==Function doPageLinks()==
The doPageLinks function creates page links for multi page
The doPageLinks function creates page links for multi page
snapshot list output.
snapshot list output.
==Function registerMainMenu()==
The registerMainMenu function creates the
main menu on the board18SnapList page. It uses
the jquery context menu plugin.

Revision as of 09:20, 11 December 2015

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

The following functions are used by board18SnapList.php

Function listReturn(response)

Function listReturn is the success callback function for the ajax snapShow.php call. It appends a list if snapshots to the table in board18SnapList.php.

Function doPageList()

The doPageList function performs an AJAX call to the snapShow.php function.

Function doPageLinks()

The doPageLinks function creates page links for multi page snapshot list output.