Lines Matching defs:defaults
243 submit reset defaults radio_group popup_menu button autoEscape
722 # .defaults.
723 if ($self->param('.defaults')) {
2236 #### Method: defaults
2237 # Create a "defaults" button.
2241 # A string containing a <input type="submit" name=".defaults"> tag
2244 # and tells it to ERASE the current query string so that your defaults
2247 'defaults' => <<'END_OF_FUNC',
2248 sub defaults {
2258 return $XHTML ? qq(<input type="submit" name=".defaults" $tabindex$value$other />)
2259 : qq/<input type="submit" NAME=".defaults"$value$other>/;
2445 # $defaults -> (optional)
2473 my($name,$values,$defaults,$linebreak,$labels,$labelattributes,
2485 my %checked = $self->previous_or_default($name,$defaults,$override);
2633 # This defaults to the content of the <option> element, but the label
2685 # $defaults -> (optional)
2702 my($name,$values,$defaults,$size,$multiple,$labels,$attributes,$override,$tabindex,@other)
2711 my(%selected) = $self->previous_or_default($name,$defaults,$override);
3493 my($self,$name,$defaults,$override) = @_;
3499 } elsif (defined($defaults) && ref($defaults) &&
3500 (ref($defaults) eq 'ARRAY')) {
3501 $selected{$_}++ for @{$defaults};
3503 $selected{$defaults}++ if defined($defaults);
4697 that all the defaults are taken when you create a fill-out form.
4943 -defaults=>['eenie','moe']),p,
5234 MIME type if you choose, otherwise it defaults to text/html. An
5276 sent to the browser. If not provided, defaults to ISO-8859-1. As a
5411 XHTML. It defaults to iso-8859-1 if not specified.
5985 action and form encoding that you specify. The defaults are:
6424 queries. Pass an array reference to select multiple defaults.
6565 parameter version, you can use the synonym "-defaults" for this
6910 NOT necessarily to the defaults.
6917 print defaults('button_label')
6919 defaults() creates a button that, when invoked, will cause the
6920 form to be completely reset to its defaults, wiping out all the
7368 specified, the style defaults to 'text/css'.
8082 -defaults=>[England,Asia]);