Searched +full:title +(+path:plugin +path:bookcreator) -(+path:plugin +path:bookcreator +path:lang) (Results 1 – 8 of 8) sorted by relevance
/plugin/bookcreator/ |
H A D | script.js | 225 // .attr('title', text) 235 .attr('title', text).trigger('blur'); 247 .attr('title', text).trigger('blur') 367 liopen2 = "' title='" + LANG.plugins.bookcreator.sortable + "'>" + 368 "<a class='action remove' title='" + LANG.plugins.bookcreator['remove'] + "'>" + 370 "</a><a class='action include' title='" + LANG.plugins.bookcreator['include'] + "'>" + 373 liopen3 = "' title='" + LANG.plugins.bookcreator.showpage + "'>", 564 jQuery('input[name="book_title"]').val(data.title).trigger('change'); 593 $title = $fieldset.find('input[name="bookcreator_title"]'), 594 title 656 let title = BookManager.booktitle.get(); global() variable [all...] |
H A D | helper.php | 30 $out .= "<a class='action delete' href='#deletesavedselection' title='{$this->getLang('delselection')}'>" 34 $out .= "<a class='action load' href='#loadsavedselection' title='{$this->getLang('loadselection')}'>" 37 . "<a href='$url' title='{$this->getLang('showselection')}'>".inlineSVG(__DIR__ . '/images/notebook-outline.svg')." $itemtitle</a>";
|
/plugin/bookcreator/action/ |
H A D | handleselection.php | 57 $title = $INPUT->post->str('savedselectionname'); 58 $response = $this->saveSelection($title, $this->getPOSTedSelection()); 118 * Construct a link title 163 * @param string $savedSelectionName Title for saved selection 227 * @return array with title and a list of pages 245 list($title, $list) = $this->getSavedSelection($pageid); 246 $response['title'] = $title; 252 * Returns title and list of pages from a Saved Selection 255 * @return array(title, arra [all...] |
/plugin/bookcreator/_test/ |
H A D | SyntaxTest.php | 23 'archive syntax with full reversed details' => [ '~~ARCHIVEBOOK:title&7~~', [ 'archive', 7, 'title' ] ], 25 'archive syntax with order only' => [ '~~ARCHIVEBOOK:title~~', [ 'archive', 10, 'title' ] ],
|
/plugin/bookcreator/syntax/ |
H A D | exportsaved.php | 72 $title = $linktitle; 74 $title = sprintf($this->getLang('exportselection'), $savedSelectionPage, $type); 79 'title' => $title, 97 $link = $renderer->internallink($data['link'], $data['title'], null, true);
|
H A D | bookmanager.php | 83 $sortoptions = ['date', 'title']; 160 * @param string $order sort by 'title' or 'date' 197 // $title = ''; 258 $form->addHTML($this->getLang('title')." "); 300 $renderer->doc .= "<div id='preparing-file-modal' title='{$this->getLang("titlepreparedownload")}' style='display: none;'>" 305 $renderer->doc .= "<div id='error-modal' title='{$this->getLang("titleerrordownload")}' style='display: none;'>" 345 * usort callback to sort by file title 360 * @param string $order sort by 'date' or 'title' 384 } elseif($order == 'title') {
|
/plugin/bookcreator/script/ |
H A D | nspicker.js | 35 title: LANG.plugins.bookcreator.namespace_picker, 197 if (a.title === '' || a.title.substr(a.title.length - 1) === ':') { 198 bc_nspicker.$entry.val(a.title);
|
H A D | jquery.fileDownload.js | 125 //the title for the popup second window as a download is processing in the case of a mobile browser 262 downloadWindow.document.title = settings.popupWindowTitle; 315 downloadWindow.document.title = settings.popupWindowTitle;
|