Lines Matching refs:selectedpages
157 selectedpages: new Storage('bookcreator_selectedpages'), property
193 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))…
344 selectedpages = Bookcreator.selectedpages.getSelection();
346 BookManager.refillList($ul_selected, selectedpages);
349 let filtereddeletedpages = jQuery(deletedpages).not(selectedpages).get();
417 selection = Bookcreator.selectedpages.getSelection();
434 Bookcreator.selectedpages.addPage(pageid, position);
437 Bookcreator.selectedpages.deletePage(pageid);
511 Bookcreator.selectedpages.movePage(pageid, endindex);
528 Bookcreator.selectedpages.clearAll();
546 if (Bookcreator.selectedpages.count() === 0) {
562 Bookcreator.selectedpages.setSelection(data.selection);
612 selection: JSON.stringify(Bookcreator.selectedpages.getSelection()),
673 …+ BookManager.htmlSpecialCharsEntityEncode(JSON.stringify(Bookcreator.selectedpages.getSelection()…
681 value: JSON.stringify(Bookcreator.selectedpages.getSelection())