GeoMOOSE Logo
The Home of GeoMOOSE!
Home | Wiki | Live Demo | Getting Started | Documentation | Developers | Bug Tracker | Download

Previous topic

How To Add Text to a Tool

Next topic

How To Create Your Own Skin

This Page

How To Put Content in the MenubarΒΆ

The menubar’s content can be specified by using simply HTML in the Mapbook.

In the <configuration> section you can add:

<param name="links_bar_html"><![CDATA[
        <b>THIS IS MY HTML!!!</b>
]]></param>

Clear the browser cache and reload the interface! The HTML should appear where the menubar once existed!