Open main menu

CDOT Wiki β

Changes

CSS Checker JetPack Extension

95 bytes added, 12:39, 16 December 2010
Project Details
== Project Details ==
* main.js - executed upon launch; connects UI, pagemods and utility functions together.
# :* Populates UI# :* Attaches Pagemod pagemod.js to loading web pages# :* Downloads external files
* funcs.js - a library with utility functions.
# :* <code>parseCSS(css)</code> - parses CSS::* Arguments: CSS Style Sheet in String format::* Returns: Array of Objects with selector, property and value properties# :* <code>cssToXPath(rule)</code> - converts CSS Selector to XPath::* Arguments: CSS Selector in String format::* Returns: CSS Selector in XPath format::* Note: stolen from Firebug project
* ui.js - a library that deals with User Interface.
# :* <code>populateUI()</code> - populates widget::* Arguments: None::* Returns: None# ::* Dependencies: panel.html, panel.js:* <code>getStatus()</code> - returns status of whether or not to modify web pages::* Arguments: None::* Returns: status, possible values: "Enabled", "Disabled".
== Project News ==