layout/xul/grid/examples/borderedrowscolumns3.xul

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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"
    13         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 
    15   <hbox>
    16     <grid style="border: 2px inset gray;" id="grid">
    17 	   <columns>
    18   	      <column/>
    19   	      <columns style="border: 10px solid red">
    20   	         <column/>
    21 		  </columns>
    22   	      <column/>
    23        </columns>
    25        <rows style="font-size: 24pt">
    26 	     <row>
    27 		   <text value="Cell(1)"/>
    28 		   <text value="Cell(2)"/>
    29 		   <text value="Cell(3)"/>
    30 		 </row>
    31 		   <rows style="border: 10px solid green">
    32 			 <row>
    33 			   <text value="Cell(1)"/>
    34 			   <text value="Cell(2)"/>
    35 			   <text value="Cell(3)"/>
    36 			 </row>
    37 			 <row>
    38 			   <text value="Cell(4)"/>
    39 			   <text value="Cell(5)"/>
    40 			   <text value="Cell(6)"/>
    41 			 </row>
    42 			 <row>
    43 			   <text value="Cell(7)"/>
    44 			   <text value="Cell(8)"/>
    45 			   <text value="Cell(9)"/>
    46 			 </row>
    48 		   </rows>	     
    49 	     <row>
    50 		   <text value="Cell(7)"/>
    51 		   <text value="Cell(8)"/>
    52 		   <text value="Cell(9)"/>
    53 		 </row>
    54 	   </rows>
    55 	</grid>
    56   </hbox>
    57 </window>

mercurial