> Can you give us a little more details on what you are trying to
> accomplish?
Public website at  http://data.gns.cri.nz/pbe/index.html (but free 
registration required).

I want to be able to turn layer tree entries into hyperlinks, and to be 
able to add qtips as well. For this I modified layertreebuilder, adding 
this code:
                        if (attr.layer.href)  {
                             attr.href = attr.layer.href;
                             attr.cls = 'linknode';
                             if (attr.layer.hrefTarget) attr.hrefTarget 
= attr.layer.hrefTarget;
                         }
                         if (attr.layer.qtip) attr.qtip = attr.layer.qtip;

> The layertree code is somewhat not 100% tested, maybe those issue should
> be fixed in the layertree rather than in the UX itself.
The contextmenuplugin is done by modification of layertree code.

I would love tri-state check boxes but dont have those in geoext1.0

Replacing baselayers with a combo rather than a tree is something I have 
been trying to achieve but havent managed.


Notice: This email and any attachments are confidential. If received in error 
please destroy and immediately notify us. Do not copy or disclose the contents.

_______________________________________________
Dev mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/dev

Reply via email to