I assume you copied the permalink.html example code.
If so, you can simply modify this code :
Ext.get("permalink").update("<a href=" + l + ">" + l + "</a>");
with the following :
Ext.get("permalink").update("<a href=" + l + ">permalink</a>");Pierre On Thu, Mar 3, 2011 at 6:24 PM, jfranklin <[email protected]> wrote: > I have GeoExt permalinks working, but is there any way to "style" the > output? Such that, instead of an extremely long URL being displayed, it > could simply be contained within an href, and just say "pernalink"? > > > > Thanks for the help > > _______________________________________________ > Users mailing list > [email protected] > http://www.geoext.org/cgi-bin/mailman/listinfo/users > > -- Pierre GIRAUD Géomaticien, Analyste Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 93 Mail : [email protected] http://www.camptocamp.com _______________________________________________ Users mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/users
