alpaca
Version:
Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide
33 lines (21 loc) • 853 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Speed Test #1</title>
<script src="../../lib/jquery-2.1.0/jquery-2.1.0.min.js"></script>
<script src="../../lib/handlebars/handlebars.js"></script>
<script src="../../lib/jquery-ui/js/jquery-ui-1.10.4.custom.min.js"></script>
<script src="../../build/alpaca/bootstrap/alpaca.js"></script>
<script src="../../lib/ace/src-min-noconflict/ace.js"></script>
<link rel="stylesheet" type="text/css" href="../../build/alpaca/bootstrap/alpaca-bootstrap.css"/>
<script src="speed.js"></script>
</head>
<body>
<button id="run">Run</button>
<br/>
<div id="field1"></div>
</body>
</html>