Hi,
I have the editor configured in two environments slightly differently and in one of the two the right-click context menu doesn't appear, I just get a . near the mouse pointer.
Hopefully I'm missing something obvious and there's an easy solution, can you turn the menus off entirely in a single location or is it just a case of removing the <contextMenus> section of the tools.xml file?
Whilst there are subtle differences in the toolbar configurations between the environments, both seem to have the same <contextMenus> section.
My tools.xml is attached below:
I have the editor configured in two environments slightly differently and in one of the two the right-click context menu doesn't appear, I just get a . near the mouse pointer.
Hopefully I'm missing something obvious and there's an easy solution, can you turn the menus off entirely in a single location or is it just a case of removing the <contextMenus> section of the tools.xml file?
Whilst there are subtle differences in the toolbar configurations between the environments, both seem to have the same <contextMenus> section.
My tools.xml is attached below:
| <root> |
| <modules> |
| <module name="RadEditorDomInspector" /> |
| </modules> |
| <tools name="row1"> |
| <tool name="Print" /> |
| <tool name="AjaxSpellCheck" /> |
| <tool name="FindAndReplace" /> |
| <tool separator="true"/> |
| <tool name="Cut" shortcut="CTRL+X" /> |
| <tool name="Copy" shortcut="CTRL+C" /> |
| <tool name="Paste" shortcut="CTRL+V" /> |
| <tool name="PasteFromWord" /> |
| <tool name="PastePlainText" /> |
| <tool name="PasteAsHtml" /> |
| <tool name="SelectAll"/> |
| <tool separator="true"/> |
| <tool name="Undo" shortcut="CTRL+Z" /> |
| <tool name="Redo" shortcut="CTRL+Y" /> |
| <tool name="StripAll"/> |
| <tool name="StripCss"/> |
| <tool name="StripFont"/> |
| <tool name="StripSpan"/> |
| <tool name="StripWord"/> |
| </tools> |
| <tools name="row2"> |
| <tool name="MOSSLinkManager" shortcut="CTRL+K" /> |
| <tool name="Unlink" shortcut="CTRL+SHIFT+K" /> |
| <tool name="ImageManager" shortcut="CTRL+G" /> |
| <tool name="MOSSTemplateManager" /> |
| <tool separator="true"/> |
| <tool name="InsertBreakAtEnd" /> |
| <tool name="InsertSymbol" /> |
| <tool name="InsertHorizontalRule" /> |
| <tool name="InsertDate" /> |
| <tool separator="true"/> |
| <tool name="MOSSInsertTable" /> |
| <tool name="SetTableProperties" /> |
| <tool name="ToggleTableBorder" /> |
| <tool name="MOSSInsertTableElement"> |
| <tool name="InsertRowAbove" /> |
| <tool name="InsertRowBelow" /> |
| <tool name="InsertColumnLeft" /> |
| <tool name="InsertColumnRight" /> |
| <tool name="DeleteRow" /> |
| <tool name="DeleteColumn" /> |
| <tool name="SplitCell" /> |
| </tool> |
| <tool name="MOSSDeleteTableElement"> |
| <tool name="DeleteRow" /> |
| <tool name="DeleteColumn" /> |
| </tool> |
| <tool name="MergeColumns" /> |
| <tool separator="true"/> |
| <tool name="InsertOrderedList" /> |
| <tool name="InsertUnorderedList" /> |
| <tool name="Outdent" /> |
| <tool name="Indent" /> |
| </tools> |
| <tools name="row3"> |
| <tool name="JustifyLeft" /> |
| <tool name="JustifyCenter" /> |
| <tool name="JustifyRight" /> |
| <tool separator="true"/> |
| <tool name="Bold" shortcut="CTRL+B" /> |
| <tool name="Italic" shortcut="CTRL+I" /> |
| <tool name="Underline" shortcut="CTRL+U" /> |
| <tool name="StrikeThrough" /> |
| <tool name="Superscript" /> |
| <tool name="Subscript" /> |
| <tool separator="true"/> |
| <tool name="FormatBlock" /> |
| </tools> |
| <contextMenus> |
| <contextMenu forElement="*"> |
| <tool name="Cut"/> |
| <tool name="Copy"/> |
| <tool name="Paste"/> |
| </contextMenu> |
| </contextMenus> |
| <fontNames> |
| <item name="Arial" /> |
| </fontNames> |
| <colors> |
| <color value="black" /> |
| <color value="#af005f" /> |
| <color value="#990066" /> |
| <color value="#666666" /> |
| </colors> |
| <paragraphs> |
| <paragraph name="<P>Normal</P>" value="<P>" /> |
| <paragraph name="<H2>Head</H2>" value="<H2>" /> |
| <paragraph name="<H3>Head 1</H3>" value="<H3>" /> |
| <paragraph name="<H4>Head 2</H4>" value="<H4>" /> |
| <paragraph name="<H5>Head 3</H5>" value="<H5>" /> |
| </paragraphs> |
| <cssFiles> |
| <item name="/_wpresources/RadEditorSharePoint/5.6.0.0__1f131a624888eeed/Resources/IAPage.css" /> |
| </cssFiles> |
| <classes> |
| <class name="Clear Class" value="" /> |
| </classes> |
| </root> |