how to integrate SlideNavigation in the MVC sencha touch ?
hello.
in www/sencha-touch-2.0.1.1-gpl/
Code:
sencha app create mysoft ../mysoft
in www/mysoft
Code:
-app
+controller
+model
+profile
+store
-view
Main.js
+resources
+sdk
.senchasdk
app.js
app.json
index.html
packager.json
with the moduleSlideNavigation from wnielson
in www/slidenavigation
Code:
-app
-view
Main.js
+resources
+sdk
-ux
-slidenavigation
View.js
.senchasdk
app.js
app.json
index.html
packager.json
how to integrate this module in MVC architecture sencha touch2
thks