A Look at the Mozilla Technology and Architecture
  XUL: XML-Based User interface Language
  • XML with tags for menus, toolbars, and other UI widgets
  • Can use HTML elements (e.g. images, form elements)
  • Native XUL widgets (e.g. menus, trees)
  • Opens up UI development to wider audience
    <xul:box xmlns="[...]there.is.only.xul">
      <xul:image src="foo.png"/>
      <xul:text value="witty caption"/>
    <xul:box/>
    
Prev Top Next