Popup Menues

[Top]  [Chapter]  [Previous]  [Next]

Popup menues can be specified inside the <main> tags as well.

 

Example:

<main>

  ...

<!-- menues for the editor -->

<menues>

  <!-- this context menu will be used for text -->

  <popup name="standard">

  <menu wpa="Cut"/>

  <menu menu wpa="Copy"/>

  <menu menu wpa="Paste"/>

  <menu menu wpa="DeleteText"/>

  <menu caption="-"/>        

  <menu wpa="DiaParagraphProp"/>

  </popup>  

  <!-- this context menu will be used for images -->

  <popup name="graphics">

    <menu wpa="GraphicAsChar"/>

    <menu wpa="GraphicRelToPar"/>

    <menu wpa="GraphicRelToPage"/>

    <menu wpa="GraphicBothWrap"/>

    <menu wpa="GraphicNoWrap"/>

  </popup>

</menues>

</main>

 

The created standard popup menu:

clip0124


[popupmenues.htm]    Copyright © 2007 by WPCubed GmbH