Home
last modified time | relevance | path

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

/plugin/diagrams/script/
H A Dprosemirror.js11 title: {default: null},
37 title: node.attrs.title,
H A DDiagramsForm.js10 title: '',
114 label: LANG.plugins.diagrams.title, name: 'title'
H A Dmediafile-editbutton.js26 button.title = LANG.plugins.diagrams.editButton;
H A DDiagramsMenuItemDispatcher.js66 title: textContent ? textContent : '',
H A Dembed-toolbar.js71 title: LANG.plugins.diagrams.toolbarButton, property in toolbar
H A DDiagramsMediaManager.js88 title: LANG.plugins.diagrams.createLink,
/plugin/diagrams/syntax/
H A Dmediafile.php110 'title' => $data['title'] ?? '',
111 'alt' => $data['title'] ?? '',
124 $wrapperAttributes['title'] = $data['title'] ?? '';
142 $image = sprintf('<object %s><span class="diagrams-alt">' . hsc($wrapperAttributes['title']) . '</span></object>', buildAttributes($imageAttributes, true));
/plugin/diagrams/action/
H A Dprosemirror.php64 $node->attr('title', $imageData['title'] ?? '');