Searched defs:optgroup (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm239 ins label legend noframes noscript object optgroup Q
2593 if (/<optgroup/) {
2619 #### Method: optgroup
2620 # Create a optgroup.
2634 # attribute allows authors to more easily use optgroup without sacrificing
2641 'optgroup' => <<'END_OF_FUNC',
2642 sub optgroup { subroutine
2652 $result = qq/<optgroup label="$name"$other>\n/;
2654 if (/<optgroup/) {
2673 $result .= "</optgroup>";
[all...]

Completed in 29 milliseconds