Changes between Version 10 and Version 11 of BluePrint/Mobile/EdenMobileFramework


Ignore:
Timestamp:
03/31/15 15:40:47 (10 years ago)
Author:
Tom Baker
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Mobile/EdenMobileFramework

    v10 v11  
    3333   * '''Backbone''' (backbonejs.org)  This is a Model-View-Controller framework that makes it easy to create web apps.  Reading through the Backbone documentation will help you understand how the app is designed.
    3434   
     35=== Source Code ===
     36   * The root directory has the cordova configuration files, directories, and the README.md file for the github documentation page.  The www folder has all of the source code.
     37   * '''www''' - There are directories for the different types of files, and some fundamental source files.
     38   * '''www/index.html''' - This is the main page for the app.  It also loads the core javascript and css files.
     39   * '''www/config.js'''  - The main configuration for the app.
     40        ** The base host url is defined in app.config.defaults.url.
     41        ** The main menu from the home page is defined in app.config.mainMenu.
     42        ** The plugins are defined in app.config.plugins.
     43       
     44
     45
     46=== Controllers  ===
     47
     48
     49=== Models ===
     50
     51
     52=== Views ===
     53
     54
     55=== Plugins ===
     56
    3557   
     58
    3659
    3760== How to Help ==