- aggiunto componente WebWindowComplex per trasformazione albero in tabella

- aggiunto WebTest per configuratore finestra complesso
This commit is contained in:
Annamaria Sassi
2025-09-04 15:08:41 +02:00
parent 720dfa31a4
commit 57129559af
29 changed files with 7174 additions and 231 deletions
@@ -0,0 +1,6 @@
// This is a JavaScript module that is loaded on demand. It can export any number of
// functions, and may import other JavaScript modules if required.
export function showPrompt(message) {
return prompt(message, 'Type anything here');
}