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>simple_table</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 - simple_table","method":"post","buttons":[],"items":[{"nestedName":null,"xtype":"fieldset","autoHeight":1,"items":[{"layout":"column","items":[{"layout":"form","columnWidth":"0.5","items":[{"cls":"x-form-check-group-label","anchor":"-15","text":"foo","xtype":"label"},{"hideLabel":true,"name":"foo","fieldLabel":null,"xtype":"textfield"},{"boxLabel":null,"hideLabel":1,"name":"foo","fieldLabel":null,"xtype":"radio"}]},{"layout":"form","columnWidth":"0.5","items":[{"cls":"x-form-check-group-label","anchor":"-15","text":"bar","xtype":"label"},{"hideLabel":true,"name":"bar","fieldLabel":null,"xtype":"textfield"},{"boxLabel":null,"hideLabel":1,"name":"bar","fieldLabel":null,"xtype":"radio"}]}]},{"html":"Table without header"},{"layout":"column","items":[{"layout":"form","columnWidth":"0.5","items":[{"hideLabel":true,"name":"foo","fieldLabel":null,"xtype":"textfield"},{"boxLabel":null,"hideLabel":1,"name":"foo","fieldLabel":null,"xtype":"radio"}]},{"layout":"form","columnWidth":"0.5","items":[{"hideLabel":true,"name":"bar","fieldLabel":null,"xtype":"textfield"},{"boxLabel":null,"hideLabel":1,"name":"bar","fieldLabel":null,"xtype":"radio"}]}]}]}]});;

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

</head>
<body>


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



</body>
</html>