Composer: developers

Developing a sidebar for Composer

To offer new sidebar content to Composer users, you have to distribute your application as an installable extension to Composer, a *.xpi file.

The application id for Composer is {8fa6f1b4-7ed3-4895-bac6-01f1cc206ab3} .

  1. How to register a new sidebar
  2. Make your sidebar observe editor events

How to register a new sidebar

Your extension should add elements to chrome://bluegriffon/content/xul/bluegriffon.xul through a XUL overlay :

Make your sidebar observe editor events

TBD


History

Last Update:
2007-oct-29, 10:18am CEST
2007-oct-29, 10:18am CEST
initial revision (dglazman)