Properties Methods Events Direct Link

Class CQ.Ext.EventManager

Package:CQ.Ext
Class:EventManager
Extends:Object
Clientlib:cq.widgets
Registers event handlers that want to receive a normalized EventObject instead of the standard browser event and provides several useful events directly. See CQ.Ext.EventObject for more details on normalized event objects.

This class is a singleton and cannot be created directly.

Public Properties

Property Defined By
  correctRightMargin : Object
In Webkit, there is an issue with getting the margin right property, see https://bugs.webkit.org/show_bug.cgi?id=13343
EventManager
  correctTransparentColor : Object
Webkit browsers return rgba(0, 0, 0) when a transparent color is used
EventManager
  cssFloat : Object
IE uses styleFloat, not cssFloat for the float property.
EventManager

Public Methods

Method Defined By

Public Events

This class has no public events.