]> wagnertech.de Git - mfinanz.git/commitdiff
Dokumentation
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 11 Jul 2013 09:06:18 +0000 (11:06 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 11 Jul 2013 09:08:15 +0000 (11:08 +0200)
SL/Presenter/Part.pm

index e2ca020858eeffde4a9d3b106aa9058b510de2dc..3c1eecbb98d9f457124659009d2959bc0f56b0ab 100644 (file)
@@ -50,19 +50,26 @@ section C<PART PICKER SPECIFICATION>.
 C<VALUE> can be an id or C<Rose::DB:Object> instance.
 
 If C<PARAMS> contains C<type> only parts of this type will be used for
 C<VALUE> can be an id or C<Rose::DB:Object> instance.
 
 If C<PARAMS> contains C<type> 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<part,assembly>.
 
 Obsolete parts will by default not displayed for selection. However they are
 accepted as default values and can persist during updates. As with other
 
 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<js/autocomplete_part.js> in your controller, the
+presenter can not do this from the template.
 
 =back
 
 =head1 BUGS
 
 
 =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
 
 
 =head1 AUTHOR