|
Special features of XUL: XBL, Overlays
- XBL: application-specific widgets written in XML and JavaScript
- Declare your own <tag>!
- Consistency with DOM
- Also used for base toolkit widgets
- Examples: Auto-complete, filter editor widgets`
- XUL Overlays: pulling in consistent content
- Lightweight content sharing - like #include
- Inserted directly into content model
- Dynamic overlays: insert yourself into other components' XUL
- Examples: Menus/menu fragments, status bar, task bar, etc
Alec Flett
Last modified: Thu Jul 6 23:29:40 PDT 2000
|
|
|