formiojs
Version:
Common js library for client side interaction with <form.io>
8 lines (7 loc) • 409 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
form: "\n<table class=\"ui celled table\">\n <tbody>\n {{rows}}\n {% if (!disabled) { %}\n <tr>\n <td colspan=\"2\">\n <button class=\"ui button primary\" ref=\"addButton\"><i class=\"{{iconClass('plus')}}\"></i> {{addAnother}}</button>\n </td>\n </tr>\n {% } %}\n </tbody>\n</table>\n"
};