On Tue, Aug 19, 2008 at 10:23 PM, Richard Greenwood <[EMAIL PROTECTED]> wrote: > How can I set the title property for the two buttons in the > NavigationHistory control?
You can try this:
var nh = new OpenLayers.Control.NavigationHistory({
"previousOptions": {"title": "previous title"},
"nextOptions": {"title": "next title"}
});
--
Eric
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users
