Lines Matching refs:element

2633 #               This defaults to the content of the <option> element, but the label
3836 my($element, $attributes) = @_;
3837 return '' unless defined($attributes->{$element});
3839 for my $attrib (keys %{$attributes->{$element}}) {
3841 $attribs .= "@{[lc($clean_attrib)]}=\"$attributes->{$element}{$attrib}\" ";
5027 each element that you generate.
5433 B<-head> tag. For example, to place a <link> element in the
5684 HTML element and return a fragment of HTML text. Example:
5764 element of the list. For example, here's one way to make an ordered
5804 Note the space between the element "Hi" and the element "mom!".
5906 form element. You are responsible for actually printing out these strings.
5943 I<A Lurking Trap!> Some of the form-element generating methods return
6073 A numeric value that sets the order in which the form element receives
6079 A string identifier that can be used to identify this element to
6084 A boolean, which, if true, forces the element to take on the value
6503 for each option element within the optgroup.
6508 indicates to suppress the val attribute in each option element within
6676 passed a scalar numeric value, the first element in the group will
6689 attached to the <label> element that surrounds each button.
6829 passed a scalar numeric value, the first element in the group will
6849 attached to the <label> element that surrounds each button.
7222 things as the mouse passing over a form element, a button being
7224 submitted. When an event occurs that involves an element that has
7310 The mouse has moved over an element.
7321 The mouse has moved off an element.
7332 In order to register a JavaScript event handler with an HTML element,
7371 B<-class> parameter to any HTML element:
7379 You may also use the new B<span()> element to apply a style to a