layout/xul/grid/examples/divcolumngrid.xul

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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

mercurial