Revision 2f4e58bf
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Presenter/Part.pm | ||
---|---|---|
57 | 57 |
|
58 | 58 |
C<$value> can be a parts id or a C<Rose::DB:Object> instance. |
59 | 59 |
|
60 |
All-in-one picker widget for parts. The name will be both id and name of the |
|
61 |
resulting hidden C<id> input field. An additional dummy input will be generated |
|
62 |
which is used to find parts. For a detailed description of it's behaviour, see |
|
63 |
section L</PART PICKER SPECIFICATION>. |
|
64 |
|
|
65 | 60 |
If C<%params> contains C<type> only parts of this type will be used |
66 | 61 |
for autocompletion. You may comma separate multiple types as in |
67 | 62 |
C<part,assembly>. |
Auch abrufbar als: Unified diff
Partpicker: doppelte Dokumentation entfernt