Revision 652a0825
Von Cem Aydin vor fast 2 Jahren hinzugefügt
SL/Presenter/Tag.pm | ||
---|---|---|
859 | 859 |
|
860 | 860 |
The following are used directly from each level: |
861 | 861 |
|
862 |
=over 12
|
|
862 |
=over 4
|
|
863 | 863 |
|
864 | 864 |
=item I<name> is deleted from level attributes. |
865 | 865 |
The I<name> is used for the for the name of the 'select' tag. |
... | ... | |
880 | 880 |
|
881 | 881 |
=item I<default> is used to find the default level object. |
882 | 882 |
|
883 |
=tiem I<default_key> names the key for the default feld of level object. Is
|
|
883 |
=item I<default_key> names the key for the default feld of level object. Is
|
|
884 | 884 |
ignored if I<default> is set. |
885 | 885 |
|
886 |
=back |
|
887 |
|
|
888 |
|
|
889 |
<\@collection> is used for the level object of level 1. The objects of the next |
|
886 |
=item I<\@collection> is used for the level object of level 1. The objects of the next |
|
890 | 887 |
level are taken from the previous level via the <object_key>. On each level the |
891 | 888 |
objects must be a hash reference or a blessed reference. |
892 | 889 |
|
Auch abrufbar als: Unified diff
POD Syntax korrigiert