Lines Matching defs:selection

5  * Storage object for an array with a selection of pages
15 * Is pageid in stored selection
41 * Move pageid inside selection to given position
53 * Delete pageid from selection
93 * Set a new selection at once and save
95 * @param {Array} selection
97 Storage.prototype.setSelection = function(selection) {
98 this._storage = selection;
112 * Save current selection in browser's localStorage
121 * Load selection from browser's localStorage
198 * Delete or add current page from selection
210 * Update the interface to current selection
305 //get selection changes
311 if(pages.hasOwnProperty('selection')) {
312 jQuery.extend(BookManager.cache, pages.selection);
326 selection: JSON.stringify(notcachedpages),
338 * Use updated selected pages selection for updating deleted pages selection and gui
348 //deleted pages selection could still contain re-added pages
356 * Empty the list in the gui and fill with pages from the stored selection
359 * @param {Array} selection array with the pageids of selected or deleted pages
361 refillList: function($ul_selection, selection) {
379 jQuery.each(selection, function(index, page){
401 * Returns pageids from selection which are not in list at page
408 selection;
417 selection = Bookcreator.selectedpages.getSelection();
419 selection = BookManager.deletedpages.getSelection();
422 return jQuery(selection).not(sortedIDs).get();
560 if (data.hasOwnProperty('selection')) {
562 Bookcreator.selectedpages.setSelection(data.selection);
589 * Save selection at a wiki page
612 selection: JSON.stringify(Bookcreator.selectedpages.getSelection()),
672 '<input type="hidden" name="selection" value="'
680 name: 'selection',
768 //clear selection button
774 //add namespace to selection button
796 //save selection
810 //saved selection list