This is a migrated thread and some comments may be shown as answers.

MOSS RadEditor and MOSSImageManager

1 Answer 32 Views
Editor
This is a migrated thread and some comments may be shown as answers.
EPU
Top achievements
Rank 1
EPU asked on 17 May 2010, 11:53 AM
Hello,

We are using the MOSS RadEditor 5.6.2.
We configured the editor to use the MOSSImageManger.
When we add an image the MOSSImageManager is well displayed, but when we want to modify the previously added image using the mouse's right click, the ImageManager is displayed instead of the MOSSImageManager.

Does somebody has the solution to display the MOSSImageManager?

Thanks by advance.
Regards.
Didier.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 18 May 2010, 09:59 AM
Hi Didier,

You should modify the context menu for <img> tag of RadEditor in the ToolsFile / ListToolsFile.xml files, e.g.

<contextMenus>
    <contextMenu forElement="IMG">
      <tool Name="MOSSImageManger" />
      <tool Name="ImageMapDialog" />
    </contextMenu>
    <contextMenu forElement="TABLE">
      <tool Name="ToggleTableBorder" />
      <tool Name="SetTableProperties" />
      <tool Name="DeleteTable" />
    </contextMenu>
    <contextMenu forElement="TD">
      <tool Name="InsertRowAbove" />
      <tool Name="InsertRowBelow" />
      <tool Name="DeleteRow" />
      <tool Name="InsertColumnLeft" />
      <tool Name="InsertColumnRight" />
      <tool Name="MergeColumns" />
      <tool Name="MergeRows" />
      <tool Name="SplitCell" />
      <tool Name="DeleteCell" />
      <tool Name="SetCellProperties" />
    </contextMenu>
    <contextMenu forElement="A">
      <tool Name="SetLinkProperties" />
      <tool Name="Unlink" />
    </contextMenu>
    <contextMenu forElement="BODY">
      <tool Name="Cut" />
      <tool Name="Copy" />
      <tool Name="Paste" />
      <tool Name="PasteFromWord" />
      <tool Name="PastePlainText" />
      <tool Name="PasteAsHtml" />
    </contextMenu>
  </contextMenus>

I hope this helps.

Greetings,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
EPU
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or