Skip to content
Snippets Groups Projects
Select Git revision
  • kiosk
1 result

FindMXML.cmake

  • flexible_width.html 19.29 KiB
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    	<head>
    		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    		<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico" />
    		
    		<title>DataTables example</title>
    		<style type="text/css" title="currentStyle">
    			@import "../../media/css/demo_page.css";
    			@import "../../media/css/demo_table.css";
    		</style>
    		<script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script>
    		<script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script>
    		<script type="text/javascript" charset="utf-8">
    			$(document).ready(function() {
    				$('#example').dataTable();
    			} );
    		</script>
    	</head>
    	<body id="dt_example">
    		<div id="container" style="width:80%">
    			<div class="full_width big">
    				DataTables - flexible width example
    			</div>
    			
    			<h1>Preamble</h1>
    			<p>Often you may want to have your table resize dynamically with the page. Typically this is done by assigning width:100% in your CSS, but this presents a problem for Javascript since it can be very hard to get that relative size, rather than the absolute pixels. As such, if you apply the <i>width</i> attribute to the HTML table
    			tag, this will be used as the width for the table (overruling any CSS styles).</p>
    			<p>This example shows a table width <i>width="100%"</i> and the container is also flexible width, so as the window is resized, the table will also resize dynamically.</p>
    			
    			<h1>Live example</h1>
    			<div id="demo">
    <table cellpadding="0" cellspacing="0" border="0" class="display" id="example" width="100%">
    	<thead>
    		<tr>
    			<th>Rendering engine</th>
    			<th>Browser</th>
    			<th>Platform(s)</th>
    			<th>Engine version</th>
    			<th>CSS grade</th>
    		</tr>
    	</thead>
    	<tbody>
    		<tr class="odd gradeX">
    			<td>Trident</td>
    			<td>Internet
    				 Explorer 4.0</td>
    			<td>Win 95+</td>
    			<td class="center"> 4</td>
    			<td class="center">X</td>
    		</tr>
    		<tr class="even gradeC">
    			<td>Trident</td>
    			<td>Internet
    				 Explorer 5.0</td>
    			<td>Win 95+</td>
    			<td class="center">5</td>
    			<td class="center">C</td>
    		</tr>
    		<tr class="odd gradeA">
    			<td>Trident</td>
    			<td>Internet
    				 Explorer 5.5</td>
    			<td>Win 95+</td>
    			<td class="center">5.5</td>
    			<td class="center">A</td>
    		</tr>
    		<tr class="even gradeA">
    			<td>Trident</td>
    			<td>Internet