[Lift] Sitemap - rendering title attributes for the links

2009-12-21 Thread Alex Black
Can someone point me in the right direction to get tooltips (title attributes) rendered in my sitemap? I'd like to add text to each link, so they get rendered like this: lia href=link title=what will happen when you click on this linksome page/a/li thx - Alex -- You received this message

Re: [Lift] Sitemap - rendering title attributes for the links

2009-12-21 Thread Xuefeng Wu
You could add MetaData 'title' by Elem 's method '%' a href=linksome page/a % (title - what will happen when you click on this link) or use { } a href=link title={myLinkTitle}some page/a On Mon, Dec 21, 2009 at 10:38 PM, Alex Black a...@alexblack.ca wrote: Can someone point me in the right