Linux Mac OSX Windows

  
[scriptable, uuid(72c9f79c-98cd-4224-a467-86b59c0a38f7)]
interface nsIDOMNSUIEvent : nsIDOMNSEvent

Constants


        
const long SCROLL_PAGE_UP = -32768

        
const long SCROLL_PAGE_DOWN = 32768

Attributes


        
attribute boolean cancelBubble

        
readonly attribute boolean isChar

        
readonly attribute long layerX

        
readonly attribute long layerY

        
readonly attribute long pageX

        
readonly attribute long pageY

        
readonly attribute long rangeOffset

        
readonly attribute nsIDOMNode rangeParent

        
readonly attribute unsigned long which