Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/mobile/app/_base.js

  • Provides:

    • dojox.mobile.app._base
  • Requires:

    • dijit._base in common
    • dijit._WidgetBase in common
    • dojox.mobile in common
    • dojox.mobile.parser in common
    • dojox.mobile.app._event in common
    • dojox.mobile.app._Widget in common
    • dojox.mobile.app.StageController in common
    • dojox.mobile.app.SceneController in common
    • dojox.mobile.app.SceneAssistant in common
    • dojox.mobile.app.AlertDialog in common
    • dojox.mobile.app.List in common
    • dojox.mobile.app.ListSelector in common
    • dojox.mobile.app.TextBox in common
    • dojox.mobile.app.ImageView in common
    • dojox.mobile.app.ImageThumbView in common
  • dojox.mobile.app.init

    • parameters:
      • node
    • summary
      Initializes the mobile app. Creates the
    • type
      Function
  • dojox.mobile.app.getActiveSceneController

    • summary
      Gets the controller for the active scene.
    • type
      Function
  • dojox.mobile.app.getStageController

    • summary
      Gets the stage controller.
    • type
      Function
  • dojox.mobile.app.loadResources

    • parameters:
      • resources
      • callback
    • type
      Function
  • dojox.mobile.app.loadResourcesForScene

    • parameters:
      • sceneName
      • callback
    • type
      Function
  • dojox.mobile.app.resolveTemplate

    • parameters:
      • sceneName
    • summary
      Given the name of a scene, returns the path to it's template
      file.  For example, for a scene named 'main', the file
      returned is 'app/views/main/main-scene.html'
      This function can be overridden if it is desired to have
      a different name to file mapping.
    • type
      Function
  • dojox.mobile.app.resolveAssistant

    • parameters:
      • sceneName
    • summary
      Given the name of a scene, returns the path to it's assistant
      file.  For example, for a scene named 'main', the file
      returned is 'app/assistants/main-assistant.js'
      This function can be overridden if it is desired to have
      a different name to file mapping.
    • type
      Function
  • dojox.mobile.app._base

    • type
      Object
  • dojox.mobile.app

    • type
      Object
  • dojox.mobile

    • type
      Object
  • dojox

    • type
      Object