Searched +full:pages +(+path:plugin +path:bookcreator) -(+path:plugin +path:bookcreator +path:lang) (Results 1 – 9 of 9) sorted by relevance
5 * Storage object for an array with a selection of pages103 * Count number of selected pages152 * Performs bookcreator functionality at wiki pages302 * Retrieve missing pages and add to the page cache310 function processRetrievedPages(pages) { argument 311 if(pages.hasOwnProperty('selection')) {312 jQuery.extend(BookManager.cache, pages.selection);338 * Use updated selected pages selection for updating deleted pages selection and gui348 //deleted pages selectio[all...]
4 Allow to select some pages and create a book (PDF or text)
6 desc Allow to make a book (PDF, ODT, HTML or text) from selected pages
297 * Add all pages in the selected Namespace to the book, show298 * window with added pages and then close/hide the Namespace304 var pages;307 // Go through the array of pages, add them and prepare309 pages = 0;311 if (data.hasOwnProperty('pages')) {312 jQuery(data.pages).each(function (index) {313 name = data.pages [index];316 pages += 1;319 if (pages [all...]
227 * @return array with title and a list of pages252 * Returns title and list of pages from a Saved Selection288 * Returns an array of pages in the given namespace.292 * @return array with a list pages310 $pages = array();312 $pages [] = $item['id'];315 $response['pages'] = $pages;
10 * Take care of exporting only pages in selection, and not the bookmanager page itself89 //if selection contains forbidden pages throw (overridable) warning110 * @return array list of pages from ns after filtering
65 ' . $this->getLang('showbook') . '(<span id="bookcreator__pages">0</span> ' . $this->getLang('pages') . ')
3 * BookCreator plugin : Create a book from some pages.202 // - selected pages218 // - excluded pages312 * Displays list of selected/deleted pages358 * Lists saved selections, by looking up corresponding pages in the reserverd namespace
3 * BookCreator plugin : Create a book from some pages.