Lines Matching refs:optgroup
239 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 {
2652 $result = qq/<optgroup label="$name"$other>\n/;
2654 if (/<optgroup/) {
2673 $result .= "</optgroup>";
2721 if (/<optgroup/) {
6456 optgroup(-name=>'optgroup_name',
6467 optgroup('optgroup_name', ['moe', 'catch'],
6471 optgroup() creates an option group within a popup menu.
6478 optgroup and is B<not> inserted in the parameter list of the query.
6503 for each option element within the optgroup.
6509 the optgroup.
6511 See the discussion on optgroup at W3C