Home
last modified time | relevance | path

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

/plugin/bookcreator/
H A Dstyle.css105 .dokuwiki .bookcreator__pagelist ul.selected li a.action.remove {
116 .dokuwiki .bookcreator__pagelist ul.deleted li a.action.remove {
174 * show add/remove icon
182 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a.remove .bookplus {
185 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a.remove .bookmin {
196 .tools a.plugin_bookcreator__addtobook.remove .bookplus {
199 .tools a.plugin_bookcreator__addtobook.remove .bookmin {
205 /* * page add/remove button*/
H A Dscript.js161 * Handle click at page add/remove buttons
217 //pagetool add/remove button
221 // var text = LANG.plugins.bookcreator['btn_' + (this.isCurrentPageSelected ? 'remove' : 'add') + 'tobook'];
224 // .toggleClass('remove', this.isCurrentPageSelected)
229 //pagetool add/remove button
231 let text = LANG.plugins.bookcreator['btn_' + (this.isCurrentPageSelected ? 'remove' : 'add') + 'tobook'];
234 .toggleClass('remove', this.isCurrentPageSelected)
246 .toggleClass('remove', this.isCurrentPageSelected)
251 //bookbar with add/remove button
368 "<a class='action remove' titl
[all...]
H A Dhelper.php31 . inlineSVG(__DIR__ . '/images/notebook-remove-outline.svg')
/plugin/bookcreator/script/
H A Djquery.fileDownload.js197 //remove the perparing message if it was specified
209 //remove the perparing message if it was specified
352 //remove cookie
357 //remove iframe
452 // $iframe.remove();
467 $iframe.remove();
/plugin/bookcreator/action/
H A Dpagetools.php51 //remove page to selection
/plugin/bookcreator/syntax/
H A Dbookmanager.php