XUL Programmer's Reference Manual

<editor>

Attributes Common Children
id * * *
type  
name  
src  
flex  
onblur  
onfocus  

 

<browser>

Attributes Common Children
id * * *
type  
name  
src  
flex  
onblur  
onfocus  

 

<iframe>

Attributes Common Children
id * * *
type  
name  
src  
flex  
onblur  
onfocus  

 

<editor>, <browser>, and <iframe> are high-level widgets used to manage content in the Mozilla application. These widgets embed a Composer-like editor, a browser window, and an iframe window in your application, respectively. They provide a number of event listeners attributes for handling user interaction with content, and all use the src attribute to load HTML content. The widgets do not have child elements.


 
 

Last updated: 5/25/00 Ian Oeschger