[All Adaptavist Apps]

Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 24 Next »

{menuicon} Macro

This macrocreates an icon for use within the menu.

This macro requires Theme Builder 2.0 or above.

{menuicon:icon|tooltip=tooltip text|size=16}

Property

Required

Default

Notes

default

(tick)

 

The icon name (see list below)

tooltip

(error)

 

The tooltip to display when the mouse hovers over the icon

 

1

 

 

size

(error)

16

The icon size, in pixels

force

(error)

false

If you have switched menu icons off in the theme configuration screen, you can force individual icons to still appear by setting this parameter to true

  1. When using the icon in a menu, tooltips will only be shown if enabled in theme configuration.

The following icons are available in Theme Builder 2.x:

Name

Image

Location in Default Menus

Formats

about

null

View > This Page > Page Information

PNG, GIF

add2

null

Edit > New

PNG, GIF

bookmark

null

View > Other Pages > Labels

PNG, GIF

clock

null

View > Account > History

PNG, GIF

colors

null

Edit > Administration > Configure Theme

PNG, GIF

document

null

View > This Page

PNG, GIF

document_add

null

Edit > New > Page

PNG, GIF

document_attachment

null

Edit > Attachments

PNG, GIF

document_delete

null

Edit > Remove this page/news

PNG, GIF

document_edit

null

Edit > Edit this page/news

PNG, GIF

document_into

null

View > Other Pages > Site Map

PNG, GIF

document_new

null

View > Other Pages > Recent Updates

PNG, GIF

document_plain

null

 

PNG, GIF

documents

null

View > Other Pages

PNG, GIF

door2

null

View > Account > Logout

PNG, GIF

earth

null

Edit > Administration > Space Administration

PNG, GIF

earth_add

null

Edit > New > Space

PNG, GIF

earth_location

null

 

PNG, GIF

folder_document

null

Edit > Administration > Templates

PNG, GIF

gears

null

 

PNG, GIF

house

null

View > Other Pages > Home Page

PNG, GIF

Name

Image

Location in Default Menus

Formats

id_card

Unknown macro: {menuicon}

View > Account > Preferences

PNG, GIF

index

Unknown macro: {menuicon}

View > Other Pages > Index

PNG, GIF

link

Unknown macro: {menuicon}

 

PNG, GIF

magic-wand

Unknown macro: {menuicon}

View > Other Pages > RSS Feed Builder

PNG, GIF

mail

Unknown macro: {menuicon}

View > Mail

PNG, GIF

news

Unknown macro: {menuicon}

View > Other Pages > News

PNG, GIF

note_add

Unknown macro: {menuicon}

Edit > New > Comment

PNG, GIF

paperclip

Unknown macro: {menuicon}

View > Other Pages > Attachments Index

PNG, GIF

pdf

Unknown macro: {menuicon}

View > This Page > Export to PDF

GIF

presentation

Unknown macro: {menuicon}

View > Other Pages > Dashboard

PNG, GIF

printer

Unknown macro: {menuicon}

View > This Page > Printable View

PNG, GIF

registry

Unknown macro: {menuicon}

 

PNG, GIF

server

Unknown macro: {menuicon}

Edit > Administration > Site Administration

PNG, GIF

server_document

Unknown macro: {menuicon}

Edit > Administration > Advanced

PNG, GIF

user1

Unknown macro: {menuicon}

View > Account

PNG, GIF

user1_add

Unknown macro: {menuicon}

View > Account > Sign-up

PNG, GIF

user1_into

Unknown macro: {menuicon}

View > Account > Login

PNG, GIF

word

Unknown macro: {menuicon}

View > This Page > Export to Word

GIF

calendar

Unknown macro: {menuicon}

 

PNG, GIF

user1_earth

Unknown macro: {menuicon}

 

PNG, GIF

rss

Unknown macro: {menuicon}

 

PNG, GIF

Theme Builder 3.x and above contain over 800 professional icons in both GIF and PNG format (over 1,600 icons in total). Obviously there's no way we could easily list them all here, however it's fairly trivial for you to view the icons on your local machine.

Thanks to Chris Paquin, you can now view the 800 PNG icons online: Builder 3.x Icons - the page takes quite a while to load as you'd expect!

If you need a faster way to review the icons, try this...

Theme Builder is distributed as a ".jar" file - this is in fact a ZIP file, it's just that it's extension has been renamed from ".zip" to ".jar".

To view all the icons available in Theme Builder 3.x and above, simply rename the ".jar" file to a ".zip" file and then extract the archive (including folders) to your desktop or some other folder on your computer. You can find plenty of free ZIP extraction software on the Internet.

You can then browse through to the resources/builder/icons folder to display all the available icons:

To use any of icons with either the menuicon macro, compound-menuitem macro of as a Favourites Icon, just use the file name without the extension.

For example, use the "about.gif" icon with the menuicon macro as follows:

{menuicon:about}

Use it with the compound-menuitem macro as follows:

{compound-menuitem:information|icon=about|caption=Information}

When using the icon as your layout "favicon" (Favourites Icon), prefix it with an "at" sign:

@about

 

To show a menu icon, use the following notation:

{menuicon:registry}

Which gives:

Unknown macro: {menuicon}

 

 

You can make your site more accessible by providing a tooltip for icons:

{menuicon:house|tooltip=An small picture of a house}

The tooltip is shown when the mouse hovers over the icon:

Unknown macro: {menuicon}

Screen readers, braillers and other accessibility aides can convey the tooltip using speech, braille, moon, etc.

 

 

When displaying an icon within paragraph text, the line spacing can sometimes be affected or the icon can look too big inside the text, for example:

??Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam fermentum vestibulum est. Cras rhoncus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

Unknown macro: {menuicon}

Sed quis tortor. Donec non ipsum. Mauris condimentum, odio nec porta tristique, ante neque malesuada massa, in dignissim eros velit at tellus. Donec et risus in ligula eleifend consectetuer.??

To avoid this problem, you can shrink the icon size as follows:

{menuicon:colors|size=14}

Which gives:

??Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam fermentum vestibulum est. Cras rhoncus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

Unknown macro: {menuicon}

Sed quis tortor. Donec non ipsum. Mauris condimentum, odio nec porta tristique, ante neque malesuada massa, in dignissim eros velit at tellus. Donec et risus in ligula eleifend consectetuer.??

You can also increase the icon size, although visual quality will be impaired:

{menuicon:colors|size=48}

Which gives:

Unknown macro: {menuicon}

 

All menu icons can easily be switched off using the settings in theme configuration, however you might want some to always be visible. To do this, use the "force" parameter:

{menuicon:calendar|force=true}

 

By default the PNG icon will be shown, if available. If you have disabled PNG transparency support in Internet Explorer or set menus to "Load as quickly as possible" (both options in Theme Configuration), the GIF icon will be shown instead.

If you are aware that your end-users are using slow computers, Internet Explorer versions prior to 5.5 or have low bandwidth, you can make pages load faster by forcing the use of GIF icons as described above. You can turn off icons alltogether by selecting the "Do not display icons in the Edit / View menus" option in Theme Configuration.

How do I get the icons for Show Children/Comments, Add to Favourites and Watch this page/news/space?

The checkboxes shown against the "Show Children" and "Show Comments" options are automatically generated by the menulink macro.

The icons shown against the "Add to Favourites" and "Watch this pace/news/space" are also generated by the menulink macro, however you can also use the builder-favicon macro and builder-watchicon macro should you want to display these icons on their own within a panel.

  • No labels