Revision 4af0680d
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
SL/Presenter/Part.pm | ||
---|---|---|
256 | 256 |
Or you can even do it the other way round setting C<multiple> to 1 on creation |
257 | 257 |
and open a single selection popup with js. |
258 | 258 |
|
259 |
If C<%params> contains C<multiple_pos_input> an input field with the dom id |
|
260 |
C<multi_items_position> will be rendered in the alternative popup. |
|
261 |
This can be used in the callback for C<set_multi_items> to controll the |
|
262 |
input postion for the items. |
|
263 |
|
|
259 | 264 |
If C<%params> contains C<multiple_limit> the alternative popup will not |
260 | 265 |
show any results if there are more than C<multiple_limit> results. A warning |
261 | 266 |
message is displayed in this case. Set C<multiple_limit> to 0 to disable |
Auch abrufbar als: Unified diff
PartPicker: Mehrfachauswahl: Option um Positions-Eingabefed anzuzeigen
Die Eingabe kann im Callback verwendet werden, um die Artikel an bestimmte
Positionen zu setzen.