dojox/mobile/_ScrollableMixin.js

  • Provides:

    • dojox.mobile._ScrollableMixin
  • Requires:

    • dijit._WidgetBase in common in project dijit
    • dojox.mobile.scrollable in common
  • dojox.mobile._ScrollableMixin

    • type
      Function
    • mixins:
      • obj: (prototype)
    • summary
  • dojox.mobile._ScrollableMixin.fixedHeader

    • summary
  • dojox.mobile._ScrollableMixin.fixedFooter

    • summary
  • dojox.mobile._ScrollableMixin.destroy

    • type
      Function
    • source: [view]
        this.cleanup();
        this.inherited(arguments);
    • summary
  • dojox.mobile._ScrollableMixin.startup

    • type
      Function
    • source: [view]
        var params = {};
        if(this.fixedHeader){
         params.fixedHeaderHeight = dojo.byId(this.fixedHeader).offsetHeight;
        }
        if(this.fixedFooter){
         var node = dojo.byId(this.fixedFooter);
         if(node.parentNode == this.domNode){ // local footer
          this.isLocalFooter = true;
          node.style.bottom = "0px";
         }
         params.fixedFooterHeight = node.offsetHeight;
        }
        this.init(params);
        this.inherited(arguments);
    • summary
  • dojox.mobile._ScrollableMixin.isLocalFooter

    • summary
  • dojox.mobile._ScrollableMixin._meta.hidden

    • mixins:
      • obj: (normal)
    • summary
  • dojox.mobile

    • type
      Object
    • summary
  • dojox

    • type
      Object
    • summary