UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

16 lines 846 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.default=function(ctx) { var __t, __p = ''; __p += '<div class="' + ((__t = (ctx.classes)) == null ? '' : __t) + '" ref="webform">\n <span data-noattach="true" ref="zoomIn" style="position:absolute;right:10px;top:10px;cursor:pointer;" class="btn btn-default btn-secondary no-disable">\n <i class="' + ((__t = ( ctx.iconClass('zoom-in') )) == null ? '' : __t) + '"></i>\n </span>\n <span data-noattach="true" ref="zoomOut" style="position:absolute;right:10px;top:60px;cursor:pointer;" class="btn btn-default btn-secondary no-disable">\n <i class="' + ((__t = ( ctx.iconClass('zoom-out') )) == null ? '' : __t) + '"></i>\n </span>\n <div data-noattach="true" ref="iframeContainer"></div>\n ' + ((__t = ( ctx.submitButton )) == null ? '' : __t) + '\n</div>\n'; return __p }