Open main menu

CDOT Wiki β

Changes

Real World Mozilla Adding Chrome to FirstXpcom Lab

162 bytes removed, 23:51, 24 November 2008
Integrating with the build systetm
The '''onOK''' function occurs when the user clicks the accept button (i.e., OK). When this happens the values from the textboxes are obtained and packaged up in the '''out''' parameter we sent in earlier. This is how we pass values back to the main window, and our extension code in '''firstxpcomchrome'''.
= Integrating with the build systetm =
'''TODO''' -- see http://developer.mozilla.org/en/docs/JAR_Manifests for a discussion of jar.mn files in the build system.
=Reflections=