Home
last modified time | relevance | path

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

/plugin/bookcreator/
Dscript.js225 // .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 = $title.val();
[all …]
Dhelper.php30 …$out .= "<a class='action delete' href='#deletesavedselection' title='{$this->getLang('delselectio…
34 …$out .= "<a class='action load' href='#loadsavedselection' title='{$this->getLang('loadselection')…
37 …. "<a href='$url' title='{$this->getLang('showselection')}'>".inlineSVG(__DIR__ . '/images/noteboo…
/plugin/bookcreator/syntax/
Dexportlink.php66 [$ns, $title] = array_pad(explode('|', $match, 2), 2, '');
71 $link = '?do=export_' . strtolower($type) . 'ns&book_ns=' . $ns . '&book_title=' . $title;
73 // check if there is an ampersand in the title
74 $amp = strpos($title, '&');
76 $title = substr($title, 0, $amp);
81 'title' => sprintf($this->getLang("export_{$type}ns"), $ns, $title),
98 $renderer->internallink($data['link'], $data['title']);
Dexportsaved.php72 $title = $linktitle;
74 $title = sprintf($this->getLang('exportselection'), $savedSelectionPage, $type);
79 'title' => $title,
97 $link = $renderer->internallink($data['link'], $data['title'], null, true);
Dbookmanager.php83 $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")}'…
305 …$renderer->doc .= "<div id='error-modal' title='{$this->getLang("titleerrordownload")}' style='dis…
345 * usort callback to sort by file title
360 * @param string $order sort by 'date' or 'title'
384 } elseif($order == 'title') {
/plugin/bookcreator/action/
Dhandleselection.php57 $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, array(list))
258 $title = '';
[all …]
/plugin/bookcreator/_test/
DSyntaxTest.php23 …ive syntax with full reversed details' => [ '~~ARCHIVEBOOK:title&7~~', [ 'archive', 7, 'title' ] ],
25 … 'archive syntax with order only' => [ '~~ARCHIVEBOOK:title~~', [ 'archive', 10, 'title' ] ],
/plugin/bookcreator/script/
Dnspicker.js35 title: LANG.plugins.bookcreator.namespace_picker, property
197 if (a.title === '' || a.title.substr(a.title.length - 1) === ':') {
198 bc_nspicker.$entry.val(a.title);
Djquery.fileDownload.js125 …//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;