Difference between revisions of "Design Document Client Side Coding Details"
m (→Common Scripts) |
m (→Common Scripts) |
||
Line 15: | Line 15: | ||
There are 3 common script files used by BOARD18 pages. | There are 3 common script files used by BOARD18 pages. | ||
[[Board18com|board18com.js]] contains | [[Board18com|board18com.js]] contains functions that are common to all board18 web pages. | ||
[http://medialize.github.io/jQuery-contextMenu/ jquery.contextMenu.js] is the Jquery contextMenu Plugin. This plugin is used both for the Map and Market context menus and for the main menu on each page. | [http://medialize.github.io/jQuery-contextMenu/ jquery.contextMenu.js] is the Jquery contextMenu Plugin. This plugin is used both for the Map and Market context menus and for the main menu on each page. |
Revision as of 11:28, 12 September 2014
Design Document edit | |
The client side of Board18 consists of seven web pages.
These web pages are described briefly in the Client Side Overview document.
But they are also described in more detail, each in their own set of WIKI pages.
The table below and to the right contains links to all of this material.
There are a few files that are common to all seven web pages; They are described below.
Common Style Sheets
board18com.css is the style sheet that lays out the overall structure of all BOARD18 pages. This consists of the top of page division, the left of page division and the right of page division. These divisions are described here. This style sheet also formats the header area of all BOARD18 pages. The top level block elements in this style sheet will all use fixed positioning.
jquery.contextMenu.css is the style sheet for the Jquery contextMenu Plugin. This plugin is used both for the Map and Market context menus and for the main menu on each page.
Common Scripts
There are 3 common script files used by BOARD18 pages.
board18com.js contains functions that are common to all board18 web pages.
jquery.contextMenu.js is the Jquery contextMenu Plugin. This plugin is used both for the Map and Market context menus and for the main menu on each page.
jquery.ui.position.js is a plugin that implements the .position() method. This method is used by the Jquery contextMenu Plugin.