Lines Matching refs:elements

1589 # $head -> (optional) any other elements you'd like to incorporate into the <head> tag
2243 my($rows,$columns,$rowheaders,$colheaders,@elements) = @_;
2249 $rows = int(0.99 + @elements/$columns) unless defined($rows);
2252 $columns = int(0.99 + @elements/$rows) unless defined($columns);
2267 $result .= "<td>" . $elements[$column*$rows + $row] . "</td>"
2268 if defined($elements[$column*$rows + $row]);
2345 my($result,$checked,@elements,@values);
2402 push @elements,
2406 push(@elements,qq/<input type="$box_type" name="$name" value="$_"$checkit$other$tab$attribs$disable>${label}${break}/);
2410 return wantarray ? @elements : "@elements"
2412 return _tableize($rows,$columns,$rowheaders,$colheaders,@elements);
2489 # in the option elements.
2495 # A true value indicates to suppress the val attribute in the option elements
4149 the various elements of the page. Each CGI object starts out with the
4419 form elements.)
4654 Import all methods that generate HTML 2.0 standard elements.
4658 Import all methods that generate HTML 3.0 elements (such as
4663 Import all methods that generate HTML 4 elements (such as
5188 You can place other arbitrary HTML elements to the <head> section with the
5195 To incorporate multiple HTML elements into the <head> section, just pass an
5665 around the form elements.
5686 I<Yet another note> By default, the text and labels of form elements are
5700 elements, allowing you to modify them if you wish. Usually you will
5803 textfields, popup menus, radio groups and other form elements. Each
5804 of these elements takes a standard set of named arguments. Some
5805 elements also have optional arguments. The standard arguments are as
5818 after form submission. Some form elements, such as text fields, take
6403 receive this tab index and subsequent elements will be incremented by
6424 elements. You can capture them and use them within tables, lists,
6556 receive this tab index and subsequent elements will be incremented by
6583 elements. You can capture them and use them within tables, lists,
6683 Note, that just like all the other form elements, the value of a
6967 handlers in the various elements of the page. Events include such
6974 The elements that can register event handlers include the <BODY> of an
6975 HTML document, hypertext links, all the various elements of a fill-out
6977 each applies only to the elements for which it is relevant. Here is a