Still working on that :-P

Is there a way to obtain the list of ViewContexts on a page that has
several of them?


El vie, 23-11-2007 a las 15:44 +0100, Andreas Hocevar escribió:
> Hi,
> 
> I have to correct myself:
> 
> > this.syncHidden = function(objRef);
> >   var layer = objRef.model.getParam("hidden");
> >   objRef.model.setHidden(layer);
> > }
> > this.targetModel.addListener("hidden", this.syncHidden, this);
> 
> Replace this with:
> 
> this.syncHidden = function(objRef);
>   var layer = objRef.targetModel.getParam("hidden");
>   objRef.model.setHidden(layer);
> }
> this.targetModel.addListener("hidden", this.syncHidden, this);
> 
> Regards,
> Andreas.


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users

Reply via email to