a:50:{s:9:"#provides";s:18:"dojox.widget.Pager";s:9:"#resource";s:15:"widget/Pager.js";s:9:"#requires";a:3:{i:0;a:3:{i:0;s:6:"common";i:1;s:13:"dijit._Widget";i:2;s:5:"dijit";}i:1;a:3:{i:0;s:6:"common";i:1;s:16:"dijit._Templated";i:2;s:5:"dijit";}i:2;a:3:{i:0;s:6:"common";i:1;s:7:"dojo.fx";i:2;s:4:"dojo";}}s:18:"dojox.widget.Pager";a:5:{s:4:"type";s:8:"Function";s:6:"chains";a:2:{s:9:"prototype";a:1:{i:0;s:13:"dijit._Widget";}s:4:"call";a:2:{i:0;s:13:"dijit._Widget";i:1;s:16:"dijit._Templated";}}s:6:"mixins";a:1:{s:9:"prototype";a:1:{i:0;s:26:"dijit._Templated.prototype";}}s:7:"summary";s:41:"A Pager, displaying a list of sized nodes";s:9:"classlike";b:1;}s:31:"dojox.widget.Pager.templatePath";a:2:{s:9:"prototype";s:18:"dojox.widget.Pager";s:7:"summary";s:0:"";}s:31:"dojox.widget.Pager.iconPrevious";a:3:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:6:"String";s:7:"summary";s:33:"The url of the previous page icon";}s:27:"dojox.widget.Pager.iconNext";a:3:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:6:"String";s:7:"summary";s:29:"The url of the next page icon";}s:27:"dojox.widget.Pager.iconPage";a:2:{s:9:"prototype";s:18:"dojox.widget.Pager";s:7:"summary";s:0:"";}s:33:"dojox.widget.Pager.iconPageActive";a:2:{s:9:"prototype";s:18:"dojox.widget.Pager";s:7:"summary";s:0:"";}s:24:"dojox.widget.Pager.store";a:3:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:6:"Object";s:7:"summary";s:22:"A dojo.data Data store";}s:30:"dojox.widget.Pager.orientation";a:4:{s:9:"prototype";s:18:"dojox.widget.Pager";s:8:"instance";s:18:"dojox.widget.Pager";s:4:"type";s:6:"String";s:7:"summary";s:92:"Either "horizontal or "vertical" to define the direction the pages will slide";}s:28:"dojox.widget.Pager.statusPos";a:4:{s:9:"prototype";s:18:"dojox.widget.Pager";s:8:"instance";s:18:"dojox.widget.Pager";s:4:"type";s:6:"String";s:7:"summary";s:311:"A string describing where to put the Pager "current page" indicator. Options are "leading" or "trailing". In the case of horiztonal orientation, "leading" indicates positioned above the PageItems. In the case of vertical, "leading" indicates "before".";}s:27:"dojox.widget.Pager.pagerPos";a:4:{s:9:"prototype";s:18:"dojox.widget.Pager";s:8:"instance";s:18:"dojox.widget.Pager";s:4:"type";s:6:"String";s:7:"summary";s:5:"TODOC";}s:27:"dojox.widget.Pager.duration";a:3:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:7:"Integer";s:7:"summary";s:44:"Time in milliseconds to transition the pages";}s:28:"dojox.widget.Pager.itemSpace";a:3:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:7:"Integer";s:7:"summary";s:28:"Spacing between items? TODOC";}s:33:"dojox.widget.Pager.resizeChildren";a:3:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:7:"Boolean";s:7:"summary";s:5:"TODOC";}s:28:"dojox.widget.Pager.itemClass";a:3:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:6:"String";s:7:"summary";s:69:"The full dotted named of a Class to use for the internal Pager Items.";}s:28:"dojox.widget.Pager.itemsPage";a:3:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:7:"Integer";s:7:"summary";s:56:"The numbers of items to display in each "Page"";}s:38:"dojox.widget.Pager.postMixInProperties";a:4:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:6:"source";s:357:" var h = (this.orientation == "horizontal"); dojo.mixin(this,{ _totalPages:0, _currentPage:1, dirClass: "pager" + (h ? "Horizontal" : "Vertical"), iconNext: dojo.moduleUrl("dojox.widget", "Pager/images/" + (h ? "h" : "v") + "Next.png"), iconPrevious: dojo.moduleUrl("dojox.widget", "Pager/images/" + (h ? "h" : "v") + "Previous.png") });";s:7:"summary";s:0:"";}s:29:"dojox.widget.Pager.postCreate";a:4:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:6:"source";s:154:" this.inherited(arguments); //this.connect(this.domNode,"onkeypress","_handleKey"); this.store.fetch({ onComplete: dojo.hitch(this, "_init") });";s:7:"summary";s:0:"";}s:29:"dojox.widget.Pager._a11yStyle";a:6:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:1:"e";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:80:" dojo[(e.type == "focus" ? "addClass" : "removeClass")](e.target,"pagerFocus");";s:7:"summary";s:103:"top level onfocus/onblur listen to set a class "pagerFocus" on some node and remove it onblur";s:7:"private";b:1;}s:29:"dojox.widget.Pager._handleKey";a:6:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:1:"e";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:568:" var dk = dojo.keys; var key = (e.charCode == dk.SPACE ? dk.SPACE : e.keyCode); switch(key){ case dk.UP_ARROW: case dk.RIGHT_ARROW: case 110: case 78: // key "n" e.preventDefault(); this._pagerNext(); break; case dk.DOWN_ARROW: case dk.LEFT_ARROW: case 112: case 80: // key "p" e.preventDefault(); this._pagerPrevious(); break; case dk.ENTER: switch(e.target){ case this.pagerNext : this._pagerNext(); break; case this.pagerPrevious : this._pagerPrevious(); break; } break; }";s:7:"summary";s:37:"Handle keyboard navigation internally";s:7:"private";b:1;}s:24:"dojox.widget.Pager._init";a:6:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:5:"items";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:91:" this.items = items; this._renderPages(); this._renderStatus(); this._renderPager();";s:7:"private";b:1;s:7:"summary";s:0:"";}s:31:"dojox.widget.Pager._renderPages";a:5:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:6:"source";s:3715:" var pcv = this.pagerContainerView; var _h = (this.orientation == "horizontal"); var style = dojo.style; if(_h){ var pagerH = dojo.marginBox(this.pagerContainerPager).h; var statusH = dojo.marginBox(this.pagerContainerStatus).h; if (this.pagerPos != 'center'){ var addonHeight = pagerH+statusH; }else{ var addonHeight = statusH; var widthSub = this.pagerIconNext.width; var containerWidth = style(pcv, 'width'); var newWidth = containerWidth-(2*widthSub); style(pcv, { width: newWidth+'px', marginLeft: this.pagerIconNext.width+'px', marginRight: this.pagerIconNext.width+'px' }); } var totalH = style(this.pagerContainer, 'height') - addonHeight; style(this.pagerContainerView, 'height', totalH+'px'); var itemSpace = Math.floor(style(pcv, 'width') / this.itemsPage); if(this.statusPos == 'trailing'){ if(this.pagerPos != 'center'){ style(pcv, 'marginTop', pagerH+'px'); } style(pcv, 'marginBottom', statusH+'px'); }else{ style(pcv, 'marginTop', statusH+'px'); if (this.pagerPos != 'center'){ style(pcv, 'marginTop', pagerH+'px'); } } }else{ var pagerW = dojo.marginBox(this.pagerContainerPager).w; var statusW = dojo.marginBox(this.pagerContainerStatus).w; var containerW = style(this.pagerContainer, 'width'); if(this.pagerPos != 'center'){ var addonWidth = pagerW + statusW; }else{ var addonWidth = statusW; var heightSub = this.pagerIconNext.height; var containerHeight = style(pcv, 'height'); var newHeight = containerHeight - (2 * heightSub); style(pcv,{ height: newHeight+'px', marginTop: this.pagerIconNext.height+'px', marginBottom: this.pagerIconNext.height+'px' }); } var totalW = style(this.pagerContainer, 'width') - addonWidth; style(pcv, 'width', totalW+'px'); var itemSpace = Math.floor(style(pcv, 'height') / this.itemsPage); if(this.statusPos == 'trailing'){ if (this.pagerPos != 'center'){ style(pcv, 'marginLeft', pagerW + 'px'); } style(pcv, 'marginRight', statusW + 'px'); }else{ style(pcv, 'marginLeft', statusW + 'px'); if(this.pagerPos != 'center'){ style(pcv, 'marginRight', pagerW+'px'); } } } var _PagerItem = dojo.getObject(this.itemClass); var paddingLead = "padding" + (_h ? "Left" : "Top"); var paddingTrail = "padding" + (_h ? "Right" : "Bottom"); dojo.forEach(this.items, function(item, cnt){ var contentContainer = dojo.create('div', { innerHTML: item.content }); var pagerItem = new _PagerItem({ id: this.id + '-item-' + (cnt + 1) }, contentContainer); this.pagerItems.appendChild(pagerItem.domNode); var containerProps = {}; containerProps[(_h ? "width" : "height")] = (itemSpace - this.itemSpace) + "px"; var p = (_h ? "height" : "width"); containerProps[p] = style(pcv, p) + "px"; style(pagerItem.containerNode, containerProps); if(this.resizeChildren){ pagerItem.resizeChildren(); } pagerItem.parseChildren(); // only display amount of items as defined in itemsPage style(pagerItem.domNode, "position", "absolute"); if (cnt < this.itemsPage){ var pos = (cnt) * itemSpace; var trailingDir = (_h ? "left" : "top"); var dir = (_h ? "top" : "left"); style(pagerItem.domNode, dir, "0px"); style(pagerItem.domNode, trailingDir, pos+"px"); }else{ style(pagerItem.domNode, "top", "-1000px"); style(pagerItem.domNode, "left", "-1000px"); } style(pagerItem.domNode, paddingTrail, (this.itemSpace/2)+"px"); style(pagerItem.domNode, paddingLead, (this.itemSpace/2)+"px"); }, this);";s:7:"private";b:1;s:7:"summary";s:0:"";}s:31:"dojox.widget.Pager._renderPager";a:5:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:6:"source";s:624:" var tcp = this.pagerContainerPager; var zero = "0px"; var _h = (this.orientation == "horizontal"); if(_h){ if(this.statusPos == 'center'){ }else if (this.statusPos == 'trailing'){ dojo.style(tcp, 'top', zero); }else{ dojo.style(tcp, 'bottom', zero); } dojo.style(this.pagerNext, 'right', zero); dojo.style(this.pagerPrevious, 'left', zero); }else{ if (this.statusPos == 'trailing'){ dojo.style(tcp, 'left', zero); }else{ dojo.style(tcp, 'right', zero); } dojo.style(this.pagerNext, 'bottom', zero); dojo.style(this.pagerPrevious, 'top', zero); }";s:7:"private";b:1;s:7:"summary";s:0:"";}s:32:"dojox.widget.Pager._renderStatus";a:5:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:6:"source";s:3034:" this._totalPages = Math.ceil(this.items.length / this.itemsPage); // FIXME!! this.iconWidth = 0; this.iconHeight = 0; this.iconsLoaded = 0; this._iconConnects = []; for (var i = 1; i <= this._totalPages; i++){ var icon = new Image(); var pointer = i; dojo.connect(icon, 'onclick', dojo.hitch(this, function(pointer) { this._pagerSkip(pointer); }, pointer)); this._iconConnects[pointer] = dojo.connect(icon, 'onload', dojo.hitch(this,function(pointer){ this.iconWidth += icon.width; this.iconHeight += icon.height; this.iconsLoaded++; if (this._totalPages == this.iconsLoaded){ if (this.orientation == "horizontal"){ if (this.statusPos == 'trailing'){ if (this.pagerPos == 'center'){ var containerHeight = dojo.style(this.pagerContainer, 'height'); var statusHeight = dojo.style(this.pagerContainerStatus, 'height'); dojo.style(this.pagerContainerPager, 'top', ((containerHeight/2)-(statusHeight/2))+'px'); } dojo.style(this.pagerContainerStatus, 'bottom', '0px'); }else{ if (this.pagerPos == 'center'){ var containerHeight = dojo.style(this.pagerContainer, 'height'); var statusHeight = dojo.style(this.pagerContainerStatus, 'height'); dojo.style(this.pagerContainerPager, 'bottom', ((containerHeight/2)-(statusHeight/2))+'px'); } dojo.style(this.pagerContainerStatus, 'top', '0px'); } var position = (dojo.style(this.pagerContainer, 'width')/2)-(this.iconWidth/2); dojo.style(this.pagerContainerStatus, 'paddingLeft', position+'px'); }else{ if (this.statusPos == 'trailing'){ if (this.pagerPos == 'center'){ var containerWidth = dojo.style(this.pagerContainer, 'width'); var statusWidth = dojo.style(this.pagerContainerStatus, 'width'); dojo.style(this.pagerContainerPager, 'left', ((containerWidth/2)-(statusWidth/2))+'px'); } dojo.style(this.pagerContainerStatus, 'right', '0px'); }else{ if (this.pagerPos == 'center'){ var containerWidth = dojo.style(this.pagerContainer, 'width'); var statusWidth = dojo.style(this.pagerContainerStatus, 'width'); dojo.style(this.pagerContainerPager, 'right', ((containerWidth/2)-(statusWidth/2))+'px'); } dojo.style(this.pagerContainerStatus, 'left', '0px'); } var position = (dojo.style(this.pagerContainer, 'height')/2)-(this.iconHeight/2); dojo.style(this.pagerContainerStatus, 'paddingTop', position+'px'); } } dojo.disconnect(this._iconConnects[pointer]); }, pointer)); if (i==this._currentPage){ icon.src=this.iconPageActive; }else{ icon.src=this.iconPage; } var pointer = i; dojo.addClass(icon, this.orientation+'PagerIcon'); dojo.attr(icon, 'id', this.id+'-status-'+i); this.pagerContainerStatus.appendChild(icon); if (this.orientation == "vertical"){ dojo.style(icon, 'display', 'block'); } }";s:7:"private";b:1;s:7:"summary";s:0:"";}s:29:"dojox.widget.Pager._pagerSkip";a:6:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:4:"page";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:763:" if (this._currentPage == page){ return; }else{ // calculate whether to go left or right, take shortest way var distanceP; var distanceN; if (page < this._currentPage){ distanceP = this._currentPage - page; distanceN = (this._totalPages + page) - this._currentPage; }else{ distanceP = (this._totalPages + this._currentPage) - page; distanceN = page - this._currentPage; } var b = (distanceN > distanceP); this._toScroll = (b ? distanceP : distanceN); var cmd = (b ? "_pagerPrevious" : "_pagerNext"); var connect = this.connect(this, "onScrollEnd", function(){ this._toScroll--; if(this._toScroll < 1){ this.disconnect(connect); }else{ this[cmd](); } }); this[cmd](); }";s:7:"private";b:1;s:7:"summary";s:0:"";}s:29:"dojox.widget.Pager._pagerNext";a:5:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:6:"source";s:2345:" if(this._anim) return; /** * fade slide out current items * make sure that next items are ligned up nicely before sliding them in */ var _anims = []; for (var i = this._currentPage * this.itemsPage; i > (this._currentPage - 1) * this.itemsPage; i--){ if (!dojo.byId(this.id+'-item-'+i)) continue; var currentItem = dojo.byId(this.id+'-item-'+i); var marginBox = dojo.marginBox(currentItem); if (this.orientation == "horizontal") { var move = marginBox.l - (this.itemsPage * marginBox.w); _anims.push(dojo.fx.slideTo({node: currentItem, left: move, duration: this.duration})); }else{ var move = marginBox.t - (this.itemsPage * marginBox.h); _anims.push(dojo.fx.slideTo({node: currentItem, top: move, duration: this.duration})); } } var previousPage = this._currentPage; if (this._currentPage == this._totalPages){ this._currentPage = 1; }else{ this._currentPage++; } var cnt = this.itemsPage; for (var i=this._currentPage*this.itemsPage; i>(this._currentPage-1)*this.itemsPage; i--){ if (dojo.byId(this.id+'-item-'+i)){ var currentItem = dojo.byId(this.id+'-item-'+i); var marginBox = dojo.marginBox(currentItem); if (this.orientation == "horizontal") { var newPos = (dojo.style(this.pagerContainerView, 'width')+((cnt-1)*marginBox.w))-1; dojo.style(currentItem, 'left', newPos+'px'); dojo.style(currentItem, 'top', '0px'); var move = newPos-(this.itemsPage*marginBox.w); _anims.push(dojo.fx.slideTo({node: currentItem, left: move, duration: this.duration})); }else{ newPos = (dojo.style(this.pagerContainerView, 'height')+((cnt-1)*marginBox.h))-1; dojo.style(currentItem, 'top', newPos+'px'); dojo.style(currentItem, 'left', '0px'); var move = newPos-(this.itemsPage*marginBox.h); _anims.push(dojo.fx.slideTo({ node: currentItem, top: move, duration: this.duration})); } } cnt--; } this._anim = dojo.fx.combine(_anims); var animConnect = this.connect(this._anim, "onEnd", function(){ delete this._anim; this.onScrollEnd(); this.disconnect(animConnect); }); this._anim.play(); // set pager icons dojo.byId(this.id+'-status-'+previousPage).src = this.iconPage; dojo.byId(this.id+'-status-'+this._currentPage).src = this.iconPageActive;";s:7:"private";b:1;s:7:"summary";s:0:"";}s:33:"dojox.widget.Pager._pagerPrevious";a:5:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:6:"source";s:2365:" if(this._anim) return; var _anims = []; for (var i=this._currentPage*this.itemsPage; i>(this._currentPage-1)*this.itemsPage; i--){ if (!dojo.byId(this.id+'-item-'+i)) continue; var currentItem = dojo.byId(this.id+'-item-'+i); var marginBox = dojo.marginBox(currentItem); if (this.orientation == "horizontal") { var move = dojo.style(currentItem, 'left')+(this.itemsPage*marginBox.w); _anims.push(dojo.fx.slideTo({node: currentItem, left: move, duration: this.duration})); }else{ var move = dojo.style(currentItem, 'top')+(this.itemsPage*marginBox.h); _anims.push(dojo.fx.slideTo({node: currentItem, top: move, duration: this.duration})); } } var previousPage = this._currentPage; if (this._currentPage == 1){ this._currentPage = this._totalPages; }else{ this._currentPage--; } var cnt = this.itemsPage; var j=1; for (var i=this._currentPage*this.itemsPage; i>(this._currentPage-1)*this.itemsPage; i--){ if(dojo.byId(this.id+'-item-'+i)){ var currentItem = dojo.byId(this.id+'-item-'+i); var marginBox = dojo.marginBox(currentItem); if (this.orientation == "horizontal") { var newPos = -(j * marginBox.w) + 1; dojo.style(currentItem, 'left', newPos+'px'); dojo.style(currentItem, 'top', '0px'); var move = ((cnt - 1) * marginBox.w); _anims.push(dojo.fx.slideTo({node: currentItem, left: move, duration: this.duration})); var move = newPos+(this.itemsPage * marginBox.w); _anims.push(dojo.fx.slideTo({node: currentItem, left: move, duration: this.duration})); }else{ newPos = -((j * marginBox.h) + 1); dojo.style(currentItem, 'top', newPos+'px'); dojo.style(currentItem, 'left', '0px'); var move = ((cnt - 1) * marginBox.h); _anims.push(dojo.fx.slideTo({node: currentItem, top: move, duration: this.duration})); } } cnt--; j++; } this._anim = dojo.fx.combine(_anims); var animConnect = dojo.connect(this._anim, "onEnd", dojo.hitch(this, function(){ delete this._anim; this.onScrollEnd(); dojo.disconnect(animConnect); })); this._anim.play(); // set pager icons dojo.byId(this.id + '-status-' + previousPage).src = this.iconPage; dojo.byId(this.id + '-status-' + this._currentPage).src = this.iconPageActive;";s:7:"private";b:1;s:7:"summary";s:0:"";}s:30:"dojox.widget.Pager.onScrollEnd";a:4:{s:9:"prototype";s:18:"dojox.widget.Pager";s:4:"type";s:8:"Function";s:6:"source";s:84:" // summary: Stub Function. Fired after the slide is complete. Override or connect.";s:7:"summary";s:70:"Stub Function. Fired after the slide is complete. Override or connect.";}s:24:"dojox.widget.Pager.items";a:2:{s:8:"instance";s:18:"dojox.widget.Pager";s:7:"summary";s:0:"";}s:30:"dojox.widget.Pager._totalPages";a:3:{s:8:"instance";s:18:"dojox.widget.Pager";s:7:"private";b:1;s:7:"summary";s:0:"";}s:28:"dojox.widget.Pager.iconWidth";a:2:{s:8:"instance";s:18:"dojox.widget.Pager";s:7:"summary";s:0:"";}s:29:"dojox.widget.Pager.iconHeight";a:2:{s:8:"instance";s:18:"dojox.widget.Pager";s:7:"summary";s:0:"";}s:30:"dojox.widget.Pager.iconsLoaded";a:2:{s:8:"instance";s:18:"dojox.widget.Pager";s:7:"summary";s:0:"";}s:32:"dojox.widget.Pager._iconConnects";a:3:{s:8:"instance";s:18:"dojox.widget.Pager";s:7:"private";b:1;s:7:"summary";s:0:"";}s:31:"dojox.widget.Pager._currentPage";a:3:{s:8:"instance";s:18:"dojox.widget.Pager";s:7:"private";b:1;s:7:"summary";s:0:"";}s:28:"dojox.widget.Pager._toScroll";a:3:{s:8:"instance";s:18:"dojox.widget.Pager";s:7:"private";b:1;s:7:"summary";s:0:"";}s:24:"dojox.widget.Pager._anim";a:3:{s:8:"instance";s:18:"dojox.widget.Pager";s:7:"private";b:1;s:7:"summary";s:0:"";}s:23:"dojox.widget._PagerItem";a:5:{s:4:"type";s:8:"Function";s:6:"chains";a:2:{s:9:"prototype";a:1:{i:0;s:13:"dijit._Widget";}s:4:"call";a:2:{i:0;s:13:"dijit._Widget";i:1;s:16:"dijit._Templated";}}s:6:"mixins";a:1:{s:9:"prototype";a:1:{i:0;s:26:"dijit._Templated.prototype";}}s:9:"classlike";b:1;s:7:"summary";s:0:"";}s:38:"dojox.widget._PagerItem.templateString";a:2:{s:9:"prototype";s:23:"dojox.widget._PagerItem";s:7:"summary";s:0:"";}s:38:"dojox.widget._PagerItem.resizeChildren";a:4:{s:9:"prototype";s:23:"dojox.widget._PagerItem";s:4:"type";s:8:"Function";s:6:"source";s:146:" var box = dojo.marginBox(this.containerNode); dojo.style(this.containerNode.firstChild, { width: box.w +'px', height: box.h + 'px' });";s:7:"summary";s:0:"";}s:37:"dojox.widget._PagerItem.parseChildren";a:4:{s:9:"prototype";s:23:"dojox.widget._PagerItem";s:4:"type";s:8:"Function";s:6:"source";s:40:" dojo.parser.parse(this.containerNode);";s:7:"summary";s:0:"";}s:16:"this._totalPages";a:2:{s:7:"private";b:1;s:7:"summary";s:0:"";}s:17:"this._currentPage";a:2:{s:7:"private";b:1;s:7:"summary";s:0:"";}s:13:"this.dirClass";a:1:{s:7:"summary";s:0:"";}s:13:"this.iconNext";a:1:{s:7:"summary";s:0:"";}s:17:"this.iconPrevious";a:1:{s:7:"summary";s:0:"";}s:12:"dojox.widget";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:5:"dojox";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}}