1,007
edits
| Line 85: | Line 85: | ||
In the example above, we simply call <code>displayMessage()</code>, which displays the given message in whichever way the operating system can. | In the example above, we simply call <code>displayMessage()</code>, which displays the given message in whichever way the operating system can. | ||
There are a number of other useful functions in the <code>CmdUtils</code> namespace. We don't yet have full documentation for these commands, but you'll get a sense of the useful ones in this tutorial. For more detailed information, take a look at [http://hg.toolness.com/ubiquity-firefox/file/9a6c9935da9f/ubiquity/chrome/content/cmdutils.js cmdutils.js]. | |||
There are a number of other useful functions in the CmdUtils namespace. We don't yet have full documentation for these commands, but you'll get a sense of the useful ones in this tutorial. For more detailed information, take a look at [http://hg.toolness.com/ubiquity-firefox/file/9a6c9935da9f/ubiquity/chrome/content/cmdutils.js cmdutils.js]. | |||
== Adding a Preview == | == Adding a Preview == | ||
edits