UNPKG

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

34 lines (22 loc) 901 B
<!DOCTYPE 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>Big Form Speed Test #2</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="big.js"></script> <script src="connector.js"></script> </head> <body> <button id="run">Run</button> <br/> <div id="field1"></div> </body> </html>