Login   Register  
Icontem

File: phonegap.evts.demo.js

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2012-06-25 03:54
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);