Event Grid
Previous  Top  Next

The event grid shows a list of logged events.

Right-click the column header can pop up the grid's sensitive menu to populate the grid
Right-click the entry of the grid can pop up the entry's sensitive menu to populate the entry.

The information is organized as a grid with the following columns :

Column Name
Description
NO.
The sequence number which the event record was added.
Type
The log event type. These types include:
·WebBrowser Event  
·HTMLDocument Event  
·HTMLWindow Event  
·Selected HTML Element Event  
Event Name
The triggered event name. The format is "Eventtype.Eventname". ex: HTMLDocument.onfocusin
Event Information
The extended event information. Normally, the column will show the latest EventObj's full attributes. If the latest eventobj is valid HTML Element or HTML Document, you can locate the DOM in the Webpage inspector by double-clicking the grid record.