MCPcopy Create free account
hub / github.com/adobe/Marinus / kill_paging_form

Function kill_paging_form

web_server/public/javascripts/utilities.js:337–341  ·  view source on GitHub ↗
(formName)

Source from the content-addressed store, hash-verified

335var PAGING_CLICK_WAIT = false;
336
337function kill_paging_form(formName) {
338 document.getElementById('pagingForm-' + formName).onsubmit = function () {
339 return false;
340 };
341}
342
343function add_paging_html(formName, display_function) {
344 let html = '<div>';

Callers 1

add_paging_htmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected