Home
last modified time | relevance | path

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

/plugin/diagrams/syntax/
H A Dmediafile.php112 'title' => $data['title'] ?? '',
113 'alt' => $data['title'] ?? '',
130 $wrapperAttributes['title'] = $data['title'] ?? '';
148 …printf('<object %s><span class="diagrams-alt">' . hsc($wrapperAttributes['title']) . '</span></obj…
H A Dembed.php41 'title' => '',
49 [$params, $data['title']] = sexplode('|', $params, 2);
/plugin/diagrams/script/
H A Dprosemirror.js11 title: {default: null}, property
37 title: node.attrs.title,
H A DButtonFunctions.js26 button.title = LANG.plugins.diagrams.downloadPNGButton;
49 button.title = LANG.plugins.diagrams.downloadSVGButton;
67 button.title = LANG.plugins.diagrams.openButton;
H A DDiagramsForm.js10 title: '',
114 label: LANG.plugins.diagrams.title, name: 'title'
H A Dembed-editbutton.js12 button.title = LANG.plugins.diagrams.editButton;
H A Dmediafile-editbutton.js26 button.title = LANG.plugins.diagrams.editButton;
H A DDiagramsMenuItemDispatcher.js66 title: textContent ? textContent : '', property
H A Dembed-toolbar.js71 title: LANG.plugins.diagrams.toolbarButton, property
H A DDiagramsMediaManager.js88 title: LANG.plugins.diagrams.createLink, property
/plugin/diagrams/parser/
H A DDiagramsNode.php41 if (!empty($this->data['attrs']['title'])) {
42 $openingTag .= ' |' . $this->data['attrs']['title'];
/plugin/diagrams/action/
H A Dprosemirror.php64 $node->attr('title', $imageData['title'] ?? '');