Revision b58bafbb
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/Presenter/Part.pm | ||
---|---|---|
40 | 40 |
join('', map { $params{$_} ? $self->input_tag("", delete $params{$_}, id => "${id}_${_}", type => 'hidden') : '' } qw(column type unit convertible_unit)) . |
41 | 41 |
$self->input_tag("", (ref $value && $value->can('description')) ? $value->description : '', id => "${id}_name", %params); |
42 | 42 |
|
43 |
$::request->layout->add_javascripts('autocomplete_part.js'); |
|
43 | 44 |
$::request->presenter->need_reinit_widgets($id); |
44 | 45 |
|
45 | 46 |
$self->html_tag('span', $ret, class => 'part_picker'); |
Auch abrufbar als: Unified diff
PartPicker: javascript direkt im P.part_picker adden.