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

NAME

Mozilla::DOM::NSHTMLButtonElement

Mozilla::DOM::NSHTMLButtonElement is a wrapper around an instance of Mozilla's nsIDOMNSHTMLButtonElement interface. This class inherits from Supports.

CLASS METHODS

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

Pass this to QueryInterface.

METHODS

$nshtmlbuttonelement->Blur()

$nshtmlbuttonelement->Focus()

$nshtmlbuttonelement->Click()

$type = $nshtmlbuttonelement->GetType()

Output:

$type (string)

$nshtmlbuttonelement->SetType($type)

Input:

$aType (string)

SEE ALSO

Mozilla::DOM

COPYRIGHT

Copyright (C) 2005, Scott Lanning

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