Re: [Zope] create description when I mouse over a formulator form field???

2006-01-06 Thread Gabriel Genellina

At Friday 6/1/2006 13:45, Rhonda Shirah wrote:

I would like to add a description to each of my fields in my formulator 
form.  I would like the description to show when I mouse over the empty 
field on the form.  Can anyone tell me how to do this?


Most browsers show the 'title' attribute in a tooltip when you place the 
mouse over the element. No javascript needed. Just make sure you render the 
field's 'description' as a 'title' attribute; I'm not sure but I think this 
is what the default render() method does.



Gabriel Genellina
Softlab SRL 


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] create description when I mouse over a formulator form field???

2006-01-06 Thread Rhonda Shirah








I would like to add a description to each of my fields in my
formulator form.  I would like the
description to show when I mouse over the empty field on the form.  Can anyone tell me how to do this?  

 

Thanks,

Rhonda






___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )