dojox/mobile/app/_Widget.js

  • Provides:

    • dojox.mobile.app._Widget
  • Requires:

    • dijit._WidgetBase in common in project dijit
  • dojox.mobile.app._Widget

    • type
      Function
    • chains:
      • dijit._WidgetBase: (prototype)
      • dijit._WidgetBase: (call)
    • summary
      The base mobile app widget.
  • dojox.mobile.app._Widget.getScroll

    • type
      Function
    • source: [view]
        return {
         x: dojo.global.scrollX,
         y: dojo.global.scrollY
        };
    • summary
      Returns the scroll position.
  • dojox.mobile.app._Widget.connect

    • type
      Function
    • parameters:
      • target: (typeof )
      • event: (typeof )
      • fn: (typeof )
    • source: [view]
        if(event.toLowerCase() == "dblclick"
         || event.toLowerCase() == "ondblclick"){


         if(dojo.global["Mojo"]){
          // Handle webOS tap event
          return this.connect(target, Mojo.Event.tap, fn);
         }
        }
        return this.inherited(arguments);
    • summary
  • dojox.mobile.app

    • type
      Object
    • summary
  • dojox.mobile

    • type
      Object
    • summary
  • dojox

    • type
      Object
    • summary