Revision 5c48c74b
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/Presenter/Part.pm | ||
---|---|---|
50 | 50 |
C<VALUE> can be an id or C<Rose::DB:Object> instance. |
51 | 51 |
|
52 | 52 |
If C<PARAMS> contains C<type> only parts of this type will be used for |
53 |
autocompletion. Currently only one type may be specified.
|
|
53 |
autocompletion. You may comma separate multiple types as in C<part,assembly>.
|
|
54 | 54 |
|
55 | 55 |
Obsolete parts will by default not displayed for selection. However they are |
56 | 56 |
accepted as default values and can persist during updates. As with other |
57 |
selectors though, they are not selecatble once overridden. |
|
58 |
|
|
57 |
selectors though, they are not selectable once overridden. |
|
59 | 58 |
|
59 |
Currently you must include C<js/autocomplete_part.js> in your controller, the |
|
60 |
presenter can not do this from the template. |
|
60 | 61 |
|
61 | 62 |
=back |
62 | 63 |
|
63 | 64 |
=head1 BUGS |
64 | 65 |
|
65 |
None yet :) |
|
66 |
=over 4 |
|
67 |
|
|
68 |
=item * |
|
69 |
|
|
70 |
Picker icons aren't displayed with css menu, because the spritemap is not loaded. |
|
71 |
|
|
72 |
=back |
|
66 | 73 |
|
67 | 74 |
=head1 AUTHOR |
68 | 75 |
|
Auch abrufbar als: Unified diff
Dokumentation