Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 1... Línea 1...
1
/**
1
/**
2
 * TinyMCE version 6.8.3 (2024-02-08)
2
 * TinyMCE version 7.7.1 (2025-03-05)
3
 */
3
 */
Línea 4... Línea 4...
4
 
4
 
5
(function () {
5
(function () {
Línea 91... Línea 91...
91
      editor.ui.registry.addButton('save', {
91
      editor.ui.registry.addButton('save', {
92
        icon: 'save',
92
        icon: 'save',
93
        tooltip: 'Save',
93
        tooltip: 'Save',
94
        enabled: false,
94
        enabled: false,
95
        onAction: () => editor.execCommand('mceSave'),
95
        onAction: () => editor.execCommand('mceSave'),
96
        onSetup: stateToggle(editor)
96
        onSetup: stateToggle(editor),
-
 
97
        shortcut: 'Meta+S'
97
      });
98
      });
98
      editor.ui.registry.addButton('cancel', {
99
      editor.ui.registry.addButton('cancel', {
99
        icon: 'cancel',
100
        icon: 'cancel',
100
        tooltip: 'Cancel',
101
        tooltip: 'Cancel',
101
        enabled: false,
102
        enabled: false,