The manakai project

Web::DOM::HTMLFieldSetElement

The DOM HTMLFieldSetElement object

DESCRIPTION

The Web::DOM::HTMLFieldSetElement class implements the DOM HTMLFieldSetElement interface. The class is used by the HTML fieldset element.

METHODS

In addition to the methods available for classes Web::DOM::Element and Web::DOM::HTMLElement, the following method is available:

$boolean = $el->disabled
$el->disabled ($boolean)

Return or set whether the disabled attribute is specified or not. [HTML]

$string = $el->name
$el->name ($string)

Return or set the name attribute. [HTML]

$string = $el->type

Return the string fieldset. [HTML]

SPECIFICATION

HTML

HTML Standard <http://www.whatwg.org/specs/web-apps/current-work/#the-fieldset-element>.

SEE ALSO

Web::DOM::HTMLElement.

AUTHOR

Wakaba <wakaba@suikawiki.org>.

LICENSE

Copyright 2013 Wakaba <wakaba@suikawiki.org>.

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