Skip to Main Content
PhoneGap Build
book

PhoneGap Build

by Bintu Harwani
November 2013
Intermediate to advanced content levelIntermediate to advanced
303 pages
8h 45m
English
Auerbach Publications
Content preview from PhoneGap Build
Sencha Touch ◾  259
store, and view. Create a file called index.html with the code as shown in Listing 9.20 in
the root of the application, that is, in the NavigationApp directory.
Listing 9.20 Code Written in the index.html File
<!DOCTYPE html>
<html>
<head>
<title>Navigation App</title>
<script src = "touch/sencha-touch-debug.js" type = "text/javascript"></script>
<link href = "touch/resources/css/sencha-touch.css" rel = "stylesheet" type =
"text/css"/>
<script src = "app.js" type = "text/javascript"></script>
</head>
<body></body>
</html>
As expected, the index.html file includes the debug version and default CSS file of the
Sencha Touch JavaScript library and our custom JavaScript file, a p p.j s , which will contain our
application code. A closin ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning App Development with Parse and Phonegap

Beginning App Development with Parse and Phonegap

Wilkins Fernandez, Stephan Alber
Ajax For Dummies®

Ajax For Dummies®

PhD Steve Holzner

Publisher Resources

ISBN: 9781466589742