[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

WordDAV allows editing of wiki pages from within Microsoft Word.

compound-menuitem macros for Word/DAV

For confluence version 2.8 and greater

...

Code Block
{compound-menuitem:webui
                  |location=system.content.action/primary
                  |key=editinworditem3
                  |icon=/download/resources/com.benryan.confluence.wordplugin:editinworditem3/editinwordblue.png
                  |caption=Edit in Word}

The code below adds a link to import word documents"Doc Import" link.

Code Block
{compound-menuitem:webui
                  |location=system.content.action/secondary
                  |key=importworditem1
                  |caption=Doc Import}

...

Code Block
{compound-menuitem:webui
                  |location=system.page.actions
                  |key=editinworditem1
                  |icon=/download/resources/com.benryan.confluence.wordplugin:editinworditem1/editinword.png
                  |caption=Edit in Word}

The code below adds a link to import word documents"Doc Import" link.

Code Block
{compound-menuitem:webui
                  |location=system.page
                  |key=importworditem
                  |caption=Doc Import}

...

Click on the menu's tab.
In the section titles Menu Shorcut Macros, click on the Edit button.

Add the Choose the appropriate set of commpoun-menuitem macros based on the version of confluence you are using.
Add these macros to the viewMenu code.