Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9aaadfdc

Von Sven Schöling vor mehr als 11 Jahren hinzugefügt

  • ID 9aaadfdc06efbfb31f70c32cdf6aacf2f8a136f2
  • Vorgänger eff6af28
  • Nachfolger 7a646681

Doku, picker nach Presenter verschoben

Unterschiede anzeigen:

SL/Presenter/Part.pm
19 19
}
20 20

  
21 21
1;
22

  
23
__END__
24

  
25
=encoding utf-8
26

  
27
=head1 NAME
28

  
29
SL::Presenter::Part - Part lelated presenter stuff
30

  
31
=head1 SYNOPSIS
32

  
33
see L<SL::Presenter>
34

  
35
=head1 DESCRIPTION
36

  
37
see L<SL::Presenter>
38

  
39
=head1 FUNCTIONS
40

  
41
=over 4
42

  
43
=item C<part_picker NAME, VALUE, PARAMS>
44

  
45
All-in-one picker widget for parts. The name will be both id and name of the
46
resulting hidden C<id> input field. An additional dummy input will be generated
47
which is used to find parts. For a detailed description of it's behaviour, see
48
section C<PART PICKER SPECIFICATION>.
49

  
50
C<VALUE> can be an id or C<Rose::DB:Object> instance.
51

  
52
If C<PARAMS> contains C<type> only parts of this type will be used for autocompletion.
53

  
54

  
55
=back
56

  
57
=head1 BUGS
58

  
59
None yet :)
60

  
61
=head1 AUTHOR
62

  
63
Sven Schöling E<lt>s.schoeling@linet-services.deE<gt>
64

  
65
=cut

Auch abrufbar als: Unified diff