X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2504ebe1552b488aa48999535963cc0e6bc3d4ae..7a6466811399cba50ab3a55f18665b5663f6d3a5:/SL/Presenter/Part.pm diff --git a/SL/Presenter/Part.pm b/SL/Presenter/Part.pm index 99a6f14e9..bef55a35f 100644 --- a/SL/Presenter/Part.pm +++ b/SL/Presenter/Part.pm @@ -19,3 +19,49 @@ 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. + +Obsolete parts will by default not displayed for selection. However they are +accepted as default values and can persist during updates. + +=back + +=head1 BUGS + +None yet :) + +=head1 AUTHOR + +Sven Schöling Es.schoeling@linet-services.deE + +=cut