[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

View and Edit Menus

Excerpt

This tutorial shows you how to customise items on the View and Edit menus in Builder 1.6...

...

If you want to apply the same styles to several pages, you should consider writing a User Macro that simply outputs those styles when added to a page, for example:

...

No Format
.menu-view div:before {
 content: "Vista / ";
}

.menu-view div:after {
 content: " / 眺め??";
}

Note: Some languages, such as Japanese, require availability of Unicode fonts on the viewers computer.

...

No Format
.menu-this-page td.label:before {
 content: "Questa Pagina / "
}

.menu-this-page td.label:after {
 content: " / このページ????? ";
}

Colours

To set the background colour of the Other Pages sub-menu on the View menu, use:

...