Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Bug 633625 - "Using the SDK with XUL extensions" guide is broken; r+a…
Browse files Browse the repository at this point in the history
…=myk
  • Loading branch information
Will Bamberg committed Feb 17, 2011
1 parent 5c8e072 commit 8dc3774
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions static-files/css/sdk-docs.css
Expand Up @@ -26,6 +26,19 @@
border-left: 1px solid gray;
}

.warning {
margin-left: auto;
margin-right: auto;
margin-top: 2em;
margin-bottom: 2em;
display: block;
padding: 1em;
border: solid 2px black;
width: 75%;
background-color: #C63717;
color: white;
}

.site-logo {
float:left;
}
Expand Down
7 changes: 7 additions & 0 deletions static-files/md/dev-guide/addon-development/xul-extensions.md
@@ -1,6 +1,13 @@

# Using the SDK with XUL extensions #

<div class="warning">
Note that the technique described here doesn't work in the current version of
the SDK, but we're working on a replacement.
<a href="http://groups.google.com/group/mozilla-labs-jetpack/browse_thread/thread/356a7fd464b1043c/ca4e885dfd19edab?lnk=gst&q=xul+extensions#ca4e885dfd19edab"> Check the mailing list</a>
for more details.
</div>

With the Add-on SDK you can use modules in a regular XUL-based extension. This
can be helpful if you want to use some of SDK APIs, if you like the way
modules help separate your code into testable and re-usable pieces,
Expand Down

0 comments on commit 8dc3774

Please sign in to comment.