<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.board18.org/index.php?action=history&amp;feed=atom&amp;title=Board18New1</id>
	<title>Board18New1 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.board18.org/index.php?action=history&amp;feed=atom&amp;title=Board18New1"/>
	<link rel="alternate" type="text/html" href="https://wiki.board18.org/index.php?title=Board18New1&amp;action=history"/>
	<updated>2026-06-14T00:36:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.0</generator>
	<entry>
		<id>https://wiki.board18.org/index.php?title=Board18New1&amp;diff=2996&amp;oldid=prev</id>
		<title>Rich: Initial page contents</title>
		<link rel="alternate" type="text/html" href="https://wiki.board18.org/index.php?title=Board18New1&amp;diff=2996&amp;oldid=prev"/>
		<updated>2020-08-28T17:00:22Z</updated>

		<summary type="html">&lt;p&gt;Initial page contents&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ReleaseNoticeX|2.6|Design_Document_board18New_Page}}&lt;br /&gt;
board18New1.js contains all of the setup code for the board18New&lt;br /&gt;
page and all of the functions that manipulate the right of page&lt;br /&gt;
content that displays game boxes and players for selection.&lt;br /&gt;
&lt;br /&gt;
== Function BoxListResult(result) ==&lt;br /&gt;
Function BoxListResult() is the call back function for &lt;br /&gt;
the boxGetAll.php call. It creates the BD18.boxList object.&lt;br /&gt;
It then calls fillBoxList().&lt;br /&gt;
&lt;br /&gt;
== Function switchtoid() ==&lt;br /&gt;
Function switchtoid() empties the playerid list.&lt;br /&gt;
It then hides the currently displayed list and&lt;br /&gt;
sets BD18.sort to &amp;quot;ID&amp;quot;.&lt;br /&gt;
Finally it does an AJAX call to playerSort.php&lt;br /&gt;
to load BD18.playerList with a list of players&lt;br /&gt;
sorted by player login.  &lt;br /&gt;
&lt;br /&gt;
== Function switchtofn() ==&lt;br /&gt;
Function switchtofn() empties the playerid list.&lt;br /&gt;
It then hides the currently displayed list and&lt;br /&gt;
sets BD18.sort to &amp;quot;FN&amp;quot;.&lt;br /&gt;
Finally it does an AJAX call to playerSort.php&lt;br /&gt;
to load BD18.playerList with a list of players&lt;br /&gt;
sorted by first name.  &lt;br /&gt;
&lt;br /&gt;
== Function switchtoln() ==&lt;br /&gt;
Function switchtoln() empties the playerid list.&lt;br /&gt;
It then hides the currently displayed list and&lt;br /&gt;
sets BD18.sort to &amp;quot;LN&amp;quot;.&lt;br /&gt;
Finally it does an AJAX call to playerSort.php&lt;br /&gt;
to load BD18.playerList with a list of players&lt;br /&gt;
sorted by last name.  &lt;br /&gt;
&lt;br /&gt;
== Function dofilter() ==&lt;br /&gt;
Function dofilter() applies the filter entered in filter1&lt;br /&gt;
to the game box list.&lt;br /&gt;
&lt;br /&gt;
== Function playerSortReturn(result) ==&lt;br /&gt;
Function playerSortReturn() is the callback function for&lt;br /&gt;
the playerSort.php AJAX call. It creates a list of plaers&lt;br /&gt;
sorted in the specified order and displays it 1n one of&lt;br /&gt;
three hidden divisions. It then shows that division.&lt;br /&gt;
&lt;br /&gt;
== Function fillBoxList() ==&lt;br /&gt;
Function fillBoxList() creates and inserts the boxList table&lt;br /&gt;
into the gamebox division of the page. It filters this list&lt;br /&gt;
if BD18.filter is not zero.&lt;br /&gt;
&lt;br /&gt;
== Function FillInfoBox(boxid) ==&lt;br /&gt;
&lt;br /&gt;
Function FillInfoBox() fills the infobox division with&lt;br /&gt;
the name and version of the selected box.&lt;br /&gt;
&lt;br /&gt;
== Function addPlayer(player) ==&lt;br /&gt;
Function addPlayer adds a player to the newgame form.&lt;/div&gt;</summary>
		<author><name>Rich</name></author>
	</entry>
</feed>