├── README.md ├── css ├── bootstrap.css └── jquery.ui.theme.css ├── index.html └── js ├── beautifyhtml.js ├── bootstrap.js ├── jquery.min.js └── jquery.ui.min.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frappe/bootstrap-form-builder/HEAD/README.md -------------------------------------------------------------------------------- /css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frappe/bootstrap-form-builder/HEAD/css/bootstrap.css -------------------------------------------------------------------------------- /css/jquery.ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frappe/bootstrap-form-builder/HEAD/css/jquery.ui.theme.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frappe/bootstrap-form-builder/HEAD/index.html -------------------------------------------------------------------------------- /js/beautifyhtml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frappe/bootstrap-form-builder/HEAD/js/beautifyhtml.js -------------------------------------------------------------------------------- /js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frappe/bootstrap-form-builder/HEAD/js/bootstrap.js -------------------------------------------------------------------------------- /js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frappe/bootstrap-form-builder/HEAD/js/jquery.min.js -------------------------------------------------------------------------------- /js/jquery.ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frappe/bootstrap-form-builder/HEAD/js/jquery.ui.min.js --------------------------------------------------------------------------------