MCPcopy Create free account
hub / github.com/zxlie/FeHelper / _emptyTable

Function _emptyTable

apps/regexp/index.js:1266–1272  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

1264 };
1265
1266 var _emptyTable = function (message) {
1267 var tbl = ["<table class='table table-bordered table-striped table-condensed table-hover'>"];
1268 tbl.push('<tr class="active"><th class="num">序号</th><th>匹配结果</th></tr>');
1269 tbl.push('<tr><td colspan="2">' + message + '</td></tr>');
1270 tbl.push('</table>');
1271 return tbl.join('');
1272 };
1273
1274 var _dealRegMatch = function (e) {
1275 if (!srcWrapperElm || !srcElm) return;

Callers 2

_dealRegMatchFunction · 0.85
_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected