From 5c48c74b0f8e2685399a40ac4b1b8a3bd23c8035 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 11 Jul 2013 11:06:18 +0200 Subject: [PATCH] Dokumentation --- SL/Presenter/Part.pm | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/SL/Presenter/Part.pm b/SL/Presenter/Part.pm index e2ca02085..3c1eecbb9 100644 --- a/SL/Presenter/Part.pm +++ b/SL/Presenter/Part.pm @@ -50,19 +50,26 @@ section C. C can be an id or C instance. If C contains C only parts of this type will be used for -autocompletion. Currently only one type may be specified. +autocompletion. You may comma separate multiple types as in C. Obsolete parts will by default not displayed for selection. However they are accepted as default values and can persist during updates. As with other -selectors though, they are not selecatble once overridden. - +selectors though, they are not selectable once overridden. +Currently you must include C in your controller, the +presenter can not do this from the template. =back =head1 BUGS -None yet :) +=over 4 + +=item * + +Picker icons aren't displayed with css menu, because the spritemap is not loaded. + +=back =head1 AUTHOR -- 2.20.1