NAME
Mojo::DOM::Role::Form - Form data extraction
SYNOPSIS
# description
my
$obj
= Mojo::DOM::Role::Form->new();
$obj
->target(
'#submit-id'
);
DESCRIPTION
Role::Tiny based role to compose additional form data extraction methods into Mojo::DOM.
METHODS
Mojo::DOM::Role::Form implements the following methods.
target
# result
$obj
->target
Explain what the "target" does.