[Radiant] how to set a custom div tag on the last child

2008-10-20 Thread Joost de Niet
Hi, I Have a list as follows: Now on the last found child I want to specify a custom css DIV tag. How to do this ? Thanks for your help, Joost ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.

Re: [Radiant] how to set a custom div tag on the last child

2008-10-20 Thread Joost de Niet
x27;d change your snippet to look like this: Otherwise, this is pretty simple to do with Prototype (give the an ID like 'menu' or something): $('menu').select('li').last().addClassName('last'); Sean Joost de Niet wrote: Hi, I Have a lis

[Radiant] mailer extension - reply_to

2008-11-14 Thread Joost de Niet
Hi, I'm trying to set a custom reply_to this doesn't seem to work. Also getting the reply_to ( reply_to_field: "field_name" ) from the mailform doesnot seem to work. Can someone provide some extended documentation on these mail forms ? Thanks! -- Joost _