Here you can see how to set all available context menu items for the
EditPanel in
Editor control (as it is by default).
If you don't want to use the full items set, just copy the text below and remove context menu items you don't want to see.
Also you can change default values of some properties for any context menu item.
For example, you have code file with customized
'Image properties' popup (
CustomPopups.SmallImageProperties class)
in
App_Code folder and you want to use it for image properties editing.
Just edit the line with the
EditImageItem item:
<obout:EditImageItem runat="server" RelatedPopupType="CustomPopups.SmallImageProperties, App_Code" />