You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
371 B
JavaScript
10 lines
371 B
JavaScript
// Copyright (C) 2024 Robert J.A. Wagner; Am Kiefernwald 49b; D-64297 Darmstadt - All Rights Reserved
|
|
|
|
if (!XRW || !XRW.panic) throw new Error(`mkFormElem: XRW base modules are missing`);
|
|
|
|
import "./oFormElem_20_input.js";
|
|
import "./oFormElem_21_select.js";
|
|
import "./oFormElem_30_html.js";
|
|
import "./oFormElem_40_button.js";
|
|
import "./oFormElem_50_upload.js";
|