doc_html_tooltip-03.xhtml (594B)
1 <?xml version='1.0'?> 2 <?xml-stylesheet href="chrome://global/skin/global.css"?> 3 <?xml-stylesheet href="chrome://devtools/skin/tooltips.css"?> 4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 5 xmlns:html="http://www.w3.org/1999/xhtml" 6 title="Tooltip test"> 7 <vbox flex="1"> 8 <hbox id="box1" flex="1"> 9 <html:input /> 10 </hbox> 11 <hbox id="box2" flex="1">test2</hbox> 12 <hbox id="box3" flex="1"> 13 <html:input id="box3-input" /> 14 </hbox> 15 <hbox id="box4" flex="1"> 16 <html:input id="box4-input" /> 17 </hbox> 18 </vbox> 19 </window>