Revision c89986ac
Von Sven Schöling vor fast 10 Jahren hinzugefügt
SL/Presenter/Part.pm | ||
---|---|---|
120 | 120 |
accepted as default values and can persist during updates. As with other |
121 | 121 |
selectors though, they are not selectable once overridden. |
122 | 122 |
|
123 |
Currently you must include C<js/autocomplete_part.js> in old bin/mozilla-style |
|
124 |
controllers if C<<$form->header>> is called before the template. In all other |
|
125 |
cases, C<part_picker> will add the javascript for you. |
|
123 |
C<part_picker> will register it's javascript for inclusion in the next header |
|
124 |
rendering. If you write a standard controller that only call C<render> once, it |
|
125 |
will just work. In case the header is generated in a different render call |
|
126 |
(multiple blocks, ajax, old C<bin/moilla> style controllers) you need to |
|
127 |
include C<js/autocomplete_part.js> yourself. |
|
126 | 128 |
|
127 | 129 |
=back |
128 | 130 |
|
Auch abrufbar als: Unified diff
PartPicker: Bessere Beschreibung zum das javascript include