Home
last modified time | relevance | path

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

/plugin/bookcreator/script/
H A Dnspicker.js40 '<input type="button" value="' + LANG.plugins.bookcreator.select + '" id="bc__nspicker_select">' +
90 bc_nspicker.select(bc_nspicker.selected - 1);
96 bc_nspicker.select(bc_nspicker.selected + 1);
130 * Select the given result
132 select: function (num) { method in bc_nspicker
296 * Select Namespace.
/plugin/bookcreator/
H A DREADME.md4 Allow to select some pages and create a book (PDF or text)
H A Dscript.js667 do_action = $this.find('select[name="do"]').val();