Stephen Woodbridge wrote:
> How do I trigger permalink to update its paramaters?
> 
> I define my permalink like this:
> 
>              plink = new OpenLayers.Control.Permalink('permalink',null,
>                  {'createParams': myCreateArgs});
> 
> and the function myCreateArgs() adds some additional parameters to the 
> permalink. So when I change one of my parameters, how do I notify the 
> premalink control that it needs to update the link.
> 

Sigh, to answer my own question, call:

plink.updateLink();

-Steve
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to