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

2009-12-29 Thread Alex Black
Thanks Chris, I'll look into that. On Dec 24, 4:23 am, Chris Reeves ch...@ev-soft.net wrote: I believe you'll need to subclass Loc to do that, though you may be able to do it with a Link subclass. There may be an easier way to do it, but I'm still new at lifting so I'm not very familiar with

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

2009-12-24 Thread Chris Reeves
I believe you'll need to subclass Loc to do that, though you may be able to do it with a Link subclass. There may be an easier way to do it, but I'm still new at lifting so I'm not very familiar with all of sitemap's conveniences. I'd start with net.liftweb.sitemap.Loc.Link.createLink and then

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

2009-12-21 Thread Alex Black
Hi Xuefeng, I'm using the default Lift Sitemap, so I don't think I can use either of your suggestions, or, I don't see how to use them. The sitemap renders the links for me... I have seen how to set the class of the elements that it renders, but not how to add other attributes such as title. -

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

2009-12-21 Thread Xuefeng Wu
Sorry I misunderstand you. And I do not know how to too. Maybe you should use lispan title=about this sitelift:Menu.item name=about//span/li instead of lift:Menu.builder / On Tue, Dec 22, 2009 at 11:29 AM, Alex Black a...@alexblack.ca wrote: Hi Xuefeng, I'm using the default Lift Sitemap,