HTML-FormFu-ExtJS
view release on metacpan or search on metacpan
examples/html/simple_table-html.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>simple_table</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="all">
@import "../css/vertically-aligned.css";
</style>
<!--[if IE]>
<style type="text/css" media="all">
@import "../css/vertically-aligned-ie.css";
</style>
<![endif]-->
</head>
<body>
<a href="../forms/simple_table.yml">Form config file</a><br/><br/>
<form action="" method="post">
<fieldset>
<table class="simpletable">
<tr>
<th>
foo
</th>
<th>
bar
</th>
</tr>
<tr>
<td>
<div class="text">
<input name="foo" type="text" />
</div>
</td>
<td>
<div class="text">
<input name="bar" type="text" />
</div>
</td>
</tr>
<tr>
<td>
<div class="radio">
<input name="foo" type="radio" value="1" />
</div>
</td>
<td>
<div class="radio">
<input name="bar" type="radio" value="1" />
</div>
</td>
</tr>
</table>
Table without header
<table class="simpletable">
( run in 0.531 second using v1.01-cache-2.11-cpan-411bb0df24b )