NAME
Mozilla::DOM::NSUIEvent
Mozilla::DOM::NSUIEvent is a wrapper around an instance of Mozilla's nsIDOMNSUIEvent interface. This class inherits from Supports.
The following constants are available.
CLASS METHODS
$iid = Mozilla::DOM::NSUIEvent->GetIID()
Pass this to QueryInterface.
METHODS
$bool = $nsuievent->GetPreventDefault()
Output:
$layerx = $nsuievent->GetLayerX()
Output:
$layery = $nsuievent->GetLayerY()
Output:
$pagex = $nsuievent->GetPageX()
Output:
$pagey = $nsuievent->GetPageY()
Output:
$which = $nsuievent->GetWhich()
Output:
$rangeparent = $nsuievent->GetRangeParent()
Output:
$rangeoffset = $nsuievent->GetRangeOffset()
Output:
$bool = $nsuievent->GetCancelBubble()
Output:
$nsuievent->SetCancelBubble($cancelbubble)
Input:
$bool = $nsuievent->GetIsChar()
Output:
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.