HTML-FormFu-ExtJS
view release on metacpan or search on metacpan
examples/html/src-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>src</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/src.yml">Form config file</a><br/><br/>
<form action="" id="form" method="post">
<div class="text label">
<label>a Text element</label>
<input name="t1" type="text" />
</div>
<hr>Insert raw <a href="#">html</a>
</form>
</body>
</html>
( run in 0.613 second using v1.01-cache-2.11-cpan-411bb0df24b )