The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::Object::DOM::Element::DataList - HTML Object DOM DataList Class

SYNOPSIS

    use HTML::Object::DOM::Element::DataList;
    my $list = HTML::Object::DOM::Element::DataList->new || 
        die( HTML::Object::DOM::Element::DataList->error, "\n" );

VERSION

    v0.2.0

DESCRIPTION

This interface provides special properties (beyond the HTML::Object::Element object interface it also has available to it by inheritance) to manipulate <datalist> elements and their content.

INHERITANCE

    +-----------------------+     +---------------------------+     +-------------------------+     +----------------------------+     +--------------------------------------+
    | HTML::Object::Element | --> | HTML::Object::EventTarget | --> | HTML::Object::DOM::Node | --> | HTML::Object::DOM::Element | --> | HTML::Object::DOM::Element::DataList |
    +-----------------------+     +---------------------------+     +-------------------------+     +----------------------------+     +--------------------------------------+

PROPERTIES

Inherits properties from its parent HTML::Object::DOM::Element

options

Is a an array object representing a collection of the contained option elements.

See also Mozilla documentation

METHODS

Inherits methods from its parent HTML::Object::DOM::Element

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Mozilla documentation, Mozilla documentation on datalist element

COPYRIGHT & LICENSE

Copyright(c) 2021 DEGUEST Pte. Ltd.

All rights reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.