Difference between revisions of "Design Document board18Map Page"
Jump to navigation
Jump to search
(added map5) |
(added map5 and made other edits.) |
||
Line 10: | Line 10: | ||
| jquery.contextMenu.css | | jquery.contextMenu.css | ||
|- | |- | ||
| rowspan=" | | rowspan="3" | javascript | ||
| board18Map1.js | | board18Map1.js | ||
| board18Map2.js | | board18Map2.js | ||
| board18Map3.js | | board18Map3.js | ||
| board18Map4.js | |- | ||
| [[Board18Map4|board18Map4.js]] | |||
| board18Map5.js | | board18Map5.js | ||
|- | |- | ||
Line 25: | Line 26: | ||
Note: The nav1.min.js file supports the nav1 menu system which has been deprecated for BOARD18 and will eventually be eliminated. | Note: The nav1.min.js file supports the nav1 menu system which has been deprecated for BOARD18 and will eventually be eliminated. | ||
There are a number of | '''[[Object_List|<span style="color: Green">There are a number of java script objects used by this code</span>]]'''. | ||
{{Stub}} | {{Stub}} | ||
[[Category:Design]] | [[Category:Design]] |
Revision as of 12:23, 16 June 2013
The initial version of this page will only cover the actual game board page of BOARD18. The other pages have a lot less code and can probably be understood 'from the source'. The client (browser) side code for the game board page of BOARD18 is contained in the following files:
php page | board18Map.php | ||
style sheets | board18com.css | board18Map.css | jquery.contextMenu.css |
javascript | board18Map1.js | board18Map2.js | board18Map3.js |
board18Map4.js | board18Map5.js | ||
board18com.js | jquery.contextMenu.js | jquery.ui.position.js | nav1.1.min.js |
Note: The nav1.min.js file supports the nav1 menu system which has been deprecated for BOARD18 and will eventually be eliminated.
There are a number of java script objects used by this code.
This page is a stub. |
The BOARD18 Project will soon be expanding it. |