https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ae45b008041d0e05081c1cac71910b0109720215 authored by Petru-Mugurel Lingurar on 08 May 2020, 15:52:13 UTC
Bug 1633568 - Document the installation ping. r=frank, a=RyanVM
Tip revision: ae45b00
261826-1-ref.xul
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="MyWindow"
	title=""
	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
	width="800"
	height="600">

<tabbox>
	<tabs>
		<tab label="first"/>
		<tab label="second"/>
		<tab label="third"/>
		<tab label="fourth"/>
	</tabs>
	<tabpanels>
		<tabpanel>
			<label value="First page"/>
		</tabpanel>
		<tabpanel>
			<label value="second page"/>
		</tabpanel>
		<tabpanel>
			<label value="third page"/>
		</tabpanel>
		<tabpanel>
			<label value="fourth page"/>
		</tabpanel>
	</tabpanels>
</tabbox>
</window>
back to top