layout/xul/grid/examples/rowspan.xul

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 <?xml version="1.0"?>
michael@0 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 5
michael@0 6
michael@0 7 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
michael@0 8
michael@0 9 <!DOCTYPE window>
michael@0 10
michael@0 11
michael@0 12 <window orient="vertical" style="border: 2px solid green"
michael@0 13 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
michael@0 14
michael@0 15 <hbox>
michael@0 16 <grid style="border: 2px solid red;">
michael@0 17 <columns>
michael@0 18 <column/>
michael@0 19 <column/>
michael@0 20 </columns>
michael@0 21
michael@0 22 <rows>
michael@0 23 <row style="font-size: 40px">
michael@0 24 <text value="foo1"/>
michael@0 25 <text value="foo2"/>
michael@0 26 </row>
michael@0 27 <box width="50" style="border:5px inset grey">
michael@0 28 <text value="hello there. This spans"/>
michael@0 29 </box>
michael@0 30 <row style="font-size: 40px" >
michael@0 31 <text value="foo1"/>
michael@0 32 <text value="foo2"/>
michael@0 33 </row>
michael@0 34
michael@0 35 </rows>
michael@0 36 </grid>
michael@0 37 <spacer flex="1" style="background-color: white"/>
michael@0 38 </hbox>
michael@0 39
michael@0 40
michael@0 41 </window>

mercurial