PHP Classes

File: Documentation_and_Demo/Examples/white-gray.php

Recommend this page to a friend!
  Classes of enri_pin   Easy Tables   Documentation_and_Demo/Examples/white-gray.php   Download  
File: Documentation_and_Demo/Examples/white-gray.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Easy Tables
Show, edit and export database table records
Author: By
Last change:
Date: 10 years ago
Size: 483 bytes
 

Contents

Class file image Download
<!doctype html>
<html>
<?php
   
include("header.php");
   
echo_header("white-gray");
?>
<div id="container">
        <h2>Example White-Gray Style</h2>
        <div>
            <div id="tableContainer"></div>
            <script type="text/javascript">
                $("#tableContainer").easyTable({
                    configFile:"example1.php"
                });
            </script>
        </div>
        <pre class="brush: js;">
            &ltlink rel="stylesheet" href="easyTables/css/white-gray.css" type="text/css"&gt
        </pre>
    </div>
</body>
</html>