| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorMenuBar.java | 1 package com.mxgraph.examples.swing.editor; 14 import com.mxgraph.examples.swing.editor.EditorActions.AlignCellsAction; 15 import com.mxgraph.examples.swing.editor.EditorActions.AutosizeAction; 16 import com.mxgraph.examples.swing.editor.EditorActions.BackgroundAction; 17 import com.mxgraph.examples.swing.editor.EditorActions.BackgroundImageAction; 18 import com.mxgraph.examples.swing.editor.EditorActions.ColorAction; 19 import com.mxgraph.examples.swing.editor.EditorActions.ExitAction; 20 import com.mxgraph.examples.swing.editor.EditorActions.GridColorAction; 21 import com.mxgraph.examples.swing.editor.EditorActions.GridStyleAction; 22 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction; [all …]
|
| D | SchemaEditorMenuBar.java | 1 package com.mxgraph.examples.swing.editor; 14 import com.mxgraph.examples.swing.editor.EditorActions.BackgroundAction; 15 import com.mxgraph.examples.swing.editor.EditorActions.BackgroundImageAction; 16 import com.mxgraph.examples.swing.editor.EditorActions.ExitAction; 17 import com.mxgraph.examples.swing.editor.EditorActions.GridColorAction; 18 import com.mxgraph.examples.swing.editor.EditorActions.GridStyleAction; 19 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction; 20 import com.mxgraph.examples.swing.editor.EditorActions.NewAction; 21 import com.mxgraph.examples.swing.editor.EditorActions.OpenAction; 22 import com.mxgraph.examples.swing.editor.EditorActions.PageBackgroundAction; [all …]
|
| D | EditorMenuBar.java.bak | 1 package com.mxgraph.examples.swing.editor; 14 import com.mxgraph.examples.swing.editor.EditorActions.AlignCellsAction; 15 import com.mxgraph.examples.swing.editor.EditorActions.AutosizeAction; 16 import com.mxgraph.examples.swing.editor.EditorActions.BackgroundAction; 17 import com.mxgraph.examples.swing.editor.EditorActions.BackgroundImageAction; 18 import com.mxgraph.examples.swing.editor.EditorActions.ColorAction; 19 import com.mxgraph.examples.swing.editor.EditorActions.ExitAction; 20 import com.mxgraph.examples.swing.editor.EditorActions.GridColorAction; 21 import com.mxgraph.examples.swing.editor.EditorActions.GridStyleAction; 22 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction; [all …]
|
| D | EditorToolBar.java | 1 package com.mxgraph.examples.swing.editor; 17 import com.mxgraph.examples.swing.editor.EditorActions.ColorAction; 18 import com.mxgraph.examples.swing.editor.EditorActions.FontStyleAction; 19 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction; 20 import com.mxgraph.examples.swing.editor.EditorActions.KeyValueAction; 21 import com.mxgraph.examples.swing.editor.EditorActions.NewAction; 22 import com.mxgraph.examples.swing.editor.EditorActions.OpenAction; 23 import com.mxgraph.examples.swing.editor.EditorActions.PrintAction; 24 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction; 53 public EditorToolBar(final BasicGraphEditor editor, int orientation) in EditorToolBar() argument [all …]
|
| D | EditorPopupMenu.java | 1 package com.mxgraph.examples.swing.editor; 7 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction; 19 public EditorPopupMenu(BasicGraphEditor editor) in EditorPopupMenu() argument 21 boolean selected = !editor.getGraphComponent().getGraph() in EditorPopupMenu() 24 add(editor.bind(mxResources.get("undo"), new HistoryAction(true), in EditorPopupMenu() 30 editor.bind(mxResources.get("cut"), TransferHandler in EditorPopupMenu() 35 editor.bind(mxResources.get("copy"), TransferHandler in EditorPopupMenu() 39 add(editor.bind(mxResources.get("paste"), TransferHandler in EditorPopupMenu() 46 editor.bind(mxResources.get("delete"), mxGraphActions in EditorPopupMenu() 56 EditorMenuBar.populateFormatMenu(menu, editor); in EditorPopupMenu() [all …]
|
| D | SchemaEditorToolBar.java | 1 package com.mxgraph.examples.swing.editor; 13 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction; 14 import com.mxgraph.examples.swing.editor.EditorActions.NewAction; 15 import com.mxgraph.examples.swing.editor.EditorActions.OpenAction; 16 import com.mxgraph.examples.swing.editor.EditorActions.PrintAction; 17 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction; 44 public SchemaEditorToolBar(final BasicGraphEditor editor, int orientation) in SchemaEditorToolBar() argument 51 add(editor.bind("New", new NewAction(), in SchemaEditorToolBar() 53 add(editor.bind("Open", new OpenAction(), in SchemaEditorToolBar() 55 add(editor.bind("Save", new SaveAction(false), in SchemaEditorToolBar() [all …]
|
| /plugin/ckgedit/ckeditor/plugins/headerbuttons/ |
| D | plugin.js | 11 init: function( editor ) { argument 12 editor.addCommand( 'same_header', { 13 exec: function( editor ) { argument 14 var lastH = getLastHeader(editor); 17 editor.applyStyle(style); 20 editor.addCommand( 'lower_header', { 21 exec: function( editor ) { argument 22 var lastH = getLastHeader(editor), 33 editor.applyStyle(style); 36 editor.addCommand( 'higher_header', { [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/headerbuttons/ |
| D | plugin.js | 11 init: function( editor ) { argument 12 editor.addCommand( 'same_header', { 13 exec: function( editor ) { argument 14 var lastH = getLastHeader(editor); 17 editor.applyStyle(style); 20 editor.addCommand( 'lower_header', { 21 exec: function( editor ) { argument 22 var lastH = getLastHeader(editor), 33 editor.applyStyle(style); 36 editor.addCommand( 'higher_header', { [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/shortcuts/ |
| D | plugin.js.unc | 5 // Register the plugin with the editor. 12 init: function( editor ) 14 // Define an editor command that inserts a timestamp. 15 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand 16 editor.addCommand( 'ckgundoheader', 20 exec : function( editor ) 22 var text = get_selected_text(editor); 25 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml 26 editor.insertHtml( '<div> </div>' ); 27 editor.insertHtml( '<div>' + text + '</div>' ); [all …]
|
| /plugin/ckgedit/ckeditor/plugins/shortcuts/ |
| D | plugin.js.unc | 5 // Register the plugin with the editor. 12 init: function( editor ) 14 // Define an editor command that inserts a timestamp. 15 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand 16 editor.addCommand( 'ckgundoheader', 20 exec : function( editor ) 22 var text = get_selected_text(editor); 25 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml 26 editor.insertHtml( '<div> </div>' ); 27 editor.insertHtml( '<div>' + text + '</div>' ); [all …]
|
| /plugin/jdraw/lib/ |
| D | jgraphx-examples.jar | ... swing/
com/mxgraph/examples/swing/editor/
com/mxgraph/examples/swing/ClickHandler ... |
| D | jdraw.jar | ... swing/
com/mxgraph/examples/swing/editor/
com/hammurapi/jdraw/JDrawApplet.class ... |
| /plugin/ckgedit/ckeditor/plugins/pastebase64/ |
| D | plugin.js | 8 function init(editor) { argument 9 if (editor.addFeature) { 10 editor.addFeature({ 15 editor.on("contentDom", function () { 16 var editableElement = editor.editable ? editor.editable() : editor.document; 17 editableElement.on("paste", onPaste, null, {editor: editor}); property 24 var editor = event.listenerData && event.listenerData.editor; 40 readImageAsBase64(clipboardData.items[i], editor); 46 function readImageAsBase64(item, editor) { argument 55 var element = editor.document.createElement('img', { [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/pastebase64/ |
| D | plugin.js | 8 function init(editor) { argument 9 if (editor.addFeature) { 10 editor.addFeature({ 15 editor.on("contentDom", function () { 16 var editableElement = editor.editable ? editor.editable() : editor.document; 17 editableElement.on("paste", onPaste, null, {editor: editor}); property 24 var editor = event.listenerData && event.listenerData.editor; 40 readImageAsBase64(clipboardData.items[i], editor); 46 function readImageAsBase64(item, editor) { argument 55 var element = editor.document.createElement('img', { [all …]
|
| /plugin/jsoneditor/ |
| D | all.css | 1 .json-tabs .json-editor-error { 5 .json-tabs .json-editor h1, 6 .json-tabs .json-editor h2, 7 .json-tabs .json-editor h3, 8 .json-tabs .json-editor h4, 9 .json-tabs .json-editor h5, 10 .json-tabs .json-editor h6 { 14 .json-tabs .json-editor { 18 .json-tabs .json-editor td input { 22 .json-tabs .json-editor .form-control label { [all …]
|
| /plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
| D | anchor.js | 6 CKEDITOR.dialog.add( 'anchor', function( editor ) argument 17 function createFakeAnchor( editor, anchor ) argument 19 return editor.createFakeElement( anchor, 'cke_anchor', 'anchor' ); 23 title : editor.lang.anchor.title, 39 …var newFake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attribut… 47 var sel = editor.getSelection(), 62 var anchor = editor.document.createElement( 'a', { attributes: attributes } ); 66 anchor = createFakeAnchor( editor, anchor ); 78 style.apply( editor.document ); 90 var selection = editor.getSelection(), [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
| D | anchor.js | 6 CKEDITOR.dialog.add( 'anchor', function( editor ) argument 17 function createFakeAnchor( editor, anchor ) argument 19 return editor.createFakeElement( anchor, 'cke_anchor', 'anchor' ); 23 title : editor.lang.anchor.title, 39 …var newFake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attribut… 47 var sel = editor.getSelection(), 62 var anchor = editor.document.createElement( 'a', { attributes: attributes } ); 66 anchor = createFakeAnchor( editor, anchor ); 78 style.apply( editor.document ); 90 var selection = editor.getSelection(), [all …]
|
| /plugin/ckgedit/ckeditor/plugins/link/ |
| D | plugin.js.unc | 8 init : function( editor ) 11 editor.addCommand( 'link', new CKEDITOR.dialogCommand( 'link' ) ); 12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) ); 13 editor.addCommand( 'unlink', new CKEDITOR.unlinkCommand() ); 14 editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() ); 15 editor.ui.addButton( 'Link', 17 label : editor.lang.link.toolbar, 20 editor.ui.addButton( 'Unlink', 22 label : editor.lang.unlink, 25 editor.ui.addButton( 'Anchor', [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/link/ |
| D | plugin.js.unc | 8 init : function( editor ) 11 editor.addCommand( 'link', new CKEDITOR.dialogCommand( 'link' ) ); 12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) ); 13 editor.addCommand( 'unlink', new CKEDITOR.unlinkCommand() ); 14 editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() ); 15 editor.ui.addButton( 'Link', 17 label : editor.lang.link.toolbar, 20 editor.ui.addButton( 'Unlink', 22 label : editor.lang.unlink, 25 editor.ui.addButton( 'Anchor', [all …]
|
| /plugin/dokullm/ |
| H A D | script.js | 88 const editor = document.getElementById('wiki__text'); 89 if (!editor) { 135 editor.parentNode.insertBefore(toolbar, editor); 165 editor.parentNode.insertBefore(customPromptContainer, editor.nextSibling); 267 const editor = document.getElementById('wiki__text'); 268 if (!editor) { 275 start: editor.selectionStart, 276 end: editor.selectionEnd 283 const selectedText = getSelectedText(editor); 284 const fullText = editor.value; [all …]
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.css | 7 .monaco-editor .accessibilityHelpWidget { 26 .monaco-editor .selection-anchor { 36 .monaco-editor .bracket-match { 45 .monaco-editor .monaco-editor-overlaymessage { 54 .monaco-editor .monaco-editor-overlaymessage.fadeIn { 62 .monaco-editor .monaco-editor-overlaymessage.fadeOut { 66 .monaco-editor .monaco-editor-overlaymessage .message { 70 .monaco-editor .monaco-editor-overlaymessage .anchor { 85 .monaco-editor .lightbulb-glyph, 86 .monaco-editor .codicon-lightbulb { [all …]
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | bundle.css | 7 .monaco-editor .accessibilityHelpWidget { 26 .monaco-editor .selection-anchor { 36 .monaco-editor .bracket-match { 45 .monaco-editor .monaco-editor-overlaymessage { 54 .monaco-editor .monaco-editor-overlaymessage.fadeIn { 62 .monaco-editor .monaco-editor-overlaymessage.fadeOut { 66 .monaco-editor .monaco-editor-overlaymessage .message { 70 .monaco-editor .monaco-editor-overlaymessage .anchor { 85 .monaco-editor .lightbulb-glyph, 86 .monaco-editor .codicon-lightbulb { [all …]
|
| /plugin/ckgedit/ckeditor/plugins/truetype/ |
| D | plugin.js | 14 init: function( editor ) argument 19 editor.addCommand( 'truetype', 24 exec : function( editor ) argument 27 var selection = editor.getSelection(); 31 editor.insertHtml('<code>' + text + '</code>'); 36 editor.ui.addButton( 'TrueType', 40 label: editor.lang.truetype.title,
|
| /plugin/ckgedit/ckeditor/plugins/image/ |
| D | plugin.js.unc | 16 init: function( editor ) { 23 editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName ) ); 26 editor.ui.addButton && editor.ui.addButton( 'Image', { 27 label: editor.lang.common.image, 32 editor.on( 'doubleclick', function( evt ) { 40 if ( editor.addMenuItems ) { 41 editor.addMenuItems({ 43 label: editor.lang.image.menu, 51 if ( editor.contextMenu ) { 52 editor.contextMenu.addListener( function( element, selection ) { [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/image/ |
| D | plugin.js.unc | 16 init: function( editor ) { 23 editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName ) ); 26 editor.ui.addButton && editor.ui.addButton( 'Image', { 27 label: editor.lang.common.image, 32 editor.on( 'doubleclick', function( evt ) { 40 if ( editor.addMenuItems ) { 41 editor.addMenuItems({ 43 label: editor.lang.image.menu, 51 if ( editor.contextMenu ) { 52 editor.contextMenu.addListener( function( element, selection ) { [all …]
|