File: phonegap.evts.demo.js

Recommend this page to a friend!
  Classes of Martin Barker   PhoneGap Events   phonegap.evts.demo.js   Download  
File: phonegap.evts.demo.js
Role: Example script
Content type: text/plain
Description: This is an example showing how to use though a closure
Class: PhoneGap Events
Manage event handlers in PhoneGap applications
Author: By
Last change:
Date: 11 years ago
Size: 168 bytes
 

Contents

Class file image Download
(function(PGE){ PGE.addEventMethod('deviceready', function(){ alert("Hello World from PGE"); console.log("Hello World from PGE"); }); })(PhoneGapEvents);