Update custom generation for select, checkbox, textare, and expand Xml templates for other input types

This commit is contained in:
2024-11-05 18:31:24 +00:00
parent 7d7e4f1c5c
commit 6870aff511
7 changed files with 87 additions and 46 deletions

View File

@@ -7,6 +7,9 @@
SelectInput();
};
</script>
<pre>
%= dumper $$${prefix}_data
</pre>
% my $btn = l('APPLY');
%= form_for "${PackageName}d" => (method => 'POST') => begin