evisualevent See JavaScript attached to Events in a Browser (used Visual Event library)

  1. Requirements
  2. Usage
  3. Resources

Visual Event is open source JavaScript that provides debugging information about events that have been attached to DOM elements.

Visual Event shows:

  • Which elements have events attached to them
  • The type of events attached to an element
  • The code that will be run with the event is triggered
  • The source file and line number for where the attached function was defined (Webkit browsers and Opera only)

(above text copied from Visual Event page.)

Requirements

I use Yii 1.1.12 at the time of writing. Should work with earlier versions.

Usage

Drop this in your extension directory and then call the widget somewhere (in your layout, ...).

$this->widget('ext.EVisualEvent.EVisualEvent');

Resources

2 0
3 followers
348 downloads
Yii Version: 1.1
License: GPL-2.0
Category: Others
Developed by: le_top
Created on: Apr 27, 2013
Last updated: 10 years ago

Downloads

show all

Related Extensions