Home
last modified time | relevance | path

Searched +full:pages +(+path:plugin +path:bookcreator) -(+path:plugin +path:bookcreator +path:lang) (Results 1 – 9 of 9) sorted by relevance

/plugin/bookcreator/
H A Dscript.js5 * Storage object for an array with a selection of pages
103 * Count number of selected pages
152 * Performs bookcreator functionality at wiki pages
302 * Retrieve missing pages and add to the page cache
310 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 gui
348 //deleted pages selectio
[all...]
H A DREADME.md4 Allow to select some pages and create a book (PDF or text)
H A Dplugin.info.txt6 desc Allow to make a book (PDF, ODT, HTML or text) from selected pages
/plugin/bookcreator/script/
H A Dnspicker.js297 * Add all pages in the selected Namespace to the book, show
298 * window with added pages and then close/hide the Namespace
304 var pages;
307 // Go through the array of pages, add them and prepare
309 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...]
/plugin/bookcreator/action/
H A Dhandleselection.php227 * @return array with title and a list of pages
252 * Returns title and list of pages from a Saved Selection
288 * Returns an array of pages in the given namespace.
292 * @return array with a list pages
310 $pages = array();
312 $pages [] = $item['id'];
315 $response['pages'] = $pages;
H A Dexport.php10 * Take care of exporting only pages in selection, and not the bookmanager page itself
89 //if selection contains forbidden pages throw (overridable) warning
110 * @return array list of pages from ns after filtering
H A Dpagetools.php65 &nbsp;' . $this->getLang('showbook') . '(<span id="bookcreator__pages">0</span> ' . $this->getLang('pages') . ')
/plugin/bookcreator/syntax/
H A Dbookmanager.php3 * BookCreator plugin : Create a book from some pages.
202 // - selected pages
218 // - excluded pages
312 * Displays list of selected/deleted pages
358 * Lists saved selections, by looking up corresponding pages in the reserverd namespace
H A Dexportsaved.php3 * BookCreator plugin : Create a book from some pages.