Searched refs:selectedpages (Results 1 – 3 of 3) sorted by relevance
157 selectedpages: new Storage('bookcreator_selectedpages'), property193 this.selectedpages.load();194 this.isCurrentPageSelected = this.selectedpages.isSelected(JSINFO.id);202 this.selectedpages.deletePage(JSINFO.id);204 this.selectedpages.addPage(JSINFO.id);206 this.isCurrentPageSelected = this.selectedpages.isSelected(JSINFO.id);256 jQuery("#bookcreator__pages").html(this.selectedpages.count());274 || JSINFO.bookcreator.showBookbar === 'noempty' && this.selectedpages.count() > 0;291 if(event.key === Bookcreator.selectedpages.localStorageKey) {306 …let notcachedpages = jQuery(Bookcreator.selectedpages.getSelection()).not(Object.keys(this.cache))…[all …]
314 Bookcreator.selectedpages.addPage (name);
1 …selectedpages.addPage(name);content+=name+"\n";pages+=1;});}if(pages===0){content+=LANG.plugins.bo…