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');
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.