Home
last modified time | relevance | path

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

/plugin/bookcreator/
H A Dscript.js65 * @returns {Array} empty or with deleted entry
76 * Empty the store
356 * Empty the list in the gui and fill with pages from the stored selection
362 //just empty
363 $ul_selection.empty();
526 jQuery('ul.pagelist.deleted').empty();
529 jQuery('ul.pagelist.selected').empty();
H A Dstyle.css87 .dokuwiki .bookcreator__pagelist ul.pagelist:empty {
/plugin/bookcreator/action/
H A Dhandleselection.php172 if(empty($selection)) {
173 throw new Exception($this->getLang('empty'));
175 if(empty($savedSelectionName)){
H A Dpagetools.php
/plugin/bookcreator/syntax/
H A Dbookmanager.php