Update nutups and js file into generated mix

This commit is contained in:
2025-01-20 16:27:26 +00:00
parent c7dc45ccb5
commit 51a59b9696
12 changed files with 212 additions and 56 deletions

View File

@@ -6,7 +6,7 @@
</span><span class=data>
% my @${Name}_options = ${structure:OptionsInPerl};
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
%= select_field '${Name}' => @${Name}_options, class => 'input'
%= select_field '${Name}' => @${Name}_options, class => 'input', id => '${Name}_select'
<br></span> </p>
]]></Select>

View File

@@ -5,6 +5,7 @@
%# css specific to this panel:
% content_for 'module' => begin
%= stylesheet '/css/${lcPackageName}.css'
%= javascript '/js/${lcPackageName}.js'
<div id="module" class="module ${PackageName}-panel">
% if ($config->{debug} == 1) {