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 D | mediafile.php | 112 '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 D | embed.php | 41 'title' => '', 49 [$params, $data['title']] = sexplode('|', $params, 2);
|
| /plugin/diagrams/script/ |
| H A D | prosemirror.js | 11 title: {default: null}, property 37 title: node.attrs.title,
|
| H A D | ButtonFunctions.js | 26 button.title = LANG.plugins.diagrams.downloadPNGButton; 49 button.title = LANG.plugins.diagrams.downloadSVGButton; 67 button.title = LANG.plugins.diagrams.openButton;
|
| H A D | DiagramsForm.js | 10 title: '', 114 label: LANG.plugins.diagrams.title, name: 'title'
|
| H A D | embed-editbutton.js | 12 button.title = LANG.plugins.diagrams.editButton;
|
| H A D | mediafile-editbutton.js | 26 button.title = LANG.plugins.diagrams.editButton;
|
| H A D | DiagramsMenuItemDispatcher.js | 66 title: textContent ? textContent : '', property
|
| H A D | embed-toolbar.js | 71 title: LANG.plugins.diagrams.toolbarButton, property
|
| H A D | DiagramsMediaManager.js | 88 title: LANG.plugins.diagrams.createLink, property
|
| /plugin/diagrams/parser/ |
| H A D | DiagramsNode.php | 41 if (!empty($this->data['attrs']['title'])) { 42 $openingTag .= ' |' . $this->data['attrs']['title'];
|
| /plugin/diagrams/action/ |
| H A D | prosemirror.php | 64 $node->attr('title', $imageData['title'] ?? '');
|