CIPP
view release on metacpan or search on metacpan
lib/CIPP/Manual.pm view on Meta::CPAN
=head2 Parameter
=over 8
=item B<NAME>
The name of the formular widget.
=item B<MULTIPLE>
If this is set, a multi selection list will be generated, instead of a single selection popup widget.
=item B<STICKY>
If the STICKY option is set, the <?OPTION> commands inside the <?SELECT> block preserve their state in generating automatically a SELECTED option, if the corresponding entry was selected before. This is done in checking the value of the corresponding...
=item B<additional_SELECT_parameters>
All additional parameters are taken over without changes into the produced <SELECT> tag.
=back
=head2 Note
If you use the STICKY feature in conjuncion with a MULTIPLE selection list widget, please note that the internal implementation may be ineffective, if you handle large lists. This is due the internal representation of the list values as an array, so ...
( run in 0.804 second using v1.01-cache-2.11-cpan-364913b4093 )