X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/eff6af2885966e0bbe4b614ef03525012cff92aa..9aaadfdc06efbfb31f70c32cdf6aacf2f8a136f2:/SL/Presenter/Part.pm diff --git a/SL/Presenter/Part.pm b/SL/Presenter/Part.pm index 99a6f14e9..25d682037 100644 --- a/SL/Presenter/Part.pm +++ b/SL/Presenter/Part.pm @@ -19,3 +19,47 @@ sub part_picker { } 1; + +__END__ + +=encoding utf-8 + +=head1 NAME + +SL::Presenter::Part - Part lelated presenter stuff + +=head1 SYNOPSIS + +see L + +=head1 DESCRIPTION + +see L + +=head1 FUNCTIONS + +=over 4 + +=item C + +All-in-one picker widget for parts. The name will be both id and name of the +resulting hidden C input field. An additional dummy input will be generated +which is used to find parts. For a detailed description of it's behaviour, see +section C. + +C can be an id or C instance. + +If C contains C only parts of this type will be used for autocompletion. + + +=back + +=head1 BUGS + +None yet :) + +=head1 AUTHOR + +Sven Schöling Es.schoeling@linet-services.deE + +=cut