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

NAME

Mozilla::DOM::HTMLButtonElement

Mozilla::DOM::HTMLButtonElement is a wrapper around an instance of Mozilla's nsIDOMHTMLButtonElement interface. This class inherits from HTMLElement.

 * The nsIDOMHTMLButtonElement interface is the interface to a [X]HTML
 * button element.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-HTML/
 *
 * @status FROZEN

CLASS METHODS

$iid = Mozilla::DOM::HTMLButtonElement->GetIID()

Pass this to QueryInterface.

METHODS

$form = $htmlbuttonelement->GetForm()

$type = $htmlbuttonelement->GetType()

$accesskey = $htmlbuttonelement->GetAccessKey()

$htmlbuttonelement->SetAccessKey($accesskey)

    • $accesskey (string)

$bool = $htmlbuttonelement->GetDisabled()

$htmlbuttonelement->SetDisabled($disabled)

    • $disabled (boolean)

$name = $htmlbuttonelement->GetName()

$htmlbuttonelement->SetName($name)

    • $name (string)

$tabindex = $htmlbuttonelement->GetTabIndex()

$htmlbuttonelement->SetTabIndex($tabindex)

    • $tabindex (integer (long))

$value = $htmlbuttonelement->GetValue()

$htmlbuttonelement->SetValue($value)

    • $value (string)

SEE ALSO

Mozilla::DOM

COPYRIGHT

Copyright (C) 2005-2007, Scott Lanning

This software is licensed under the LGPL. See Mozilla::DOM for a full notice.