The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!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>repeatable</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.3.1/resources/css/ext-all.css">
    <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.3.1/adapter/ext/ext-base.js"></script>
    <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.3.1/ext-all.js"></script>
<script type="text/Javascript">

Ext.onReady(function(){

    var simple = new Ext.FormPanel({"width":800,"baseParams":{"x-requested-by":"ExtJS"},"frame":true,"action":"","title":"HTML::FormFu::ExtJS - repeatable","method":"post","buttons":[],"items":[{"nestedName":null,"xtype":"fieldset","autoHeight":1,"items":[{"hideLabel":true,"name":"count","fieldLabel":null,"xtype":"hidden"},{"hideLabel":true,"name":"foo_0","fieldLabel":null,"xtype":"textfield"},{"hideLabel":true,"name":"bar_0","fieldLabel":null,"xtype":"textfield"}]}]});;

    simple.render(document.body);
});
</script>

</head>
<body>


<a href="../forms/repeatable.yml">Form config file</a><br/><br/>



</body>
</html>