thank you for pointing that out. In this form it works (I've forced id=999
for PluginMModal in user.html)
_onclick="jQuery('#999').fadeIn(); return false'
On Wednesday, August 8, 2012 2:00:10 PM UTC+2, Anthony wrote:
>
> auth.settings.extra_fields['auth_user']= [
>> Field('accept_privacy','boolean',default=False,label=DIV('click me!',
>> _onclick='jQuery(#%s).fadeIn(); return false' % request.cid))]
>>
>
> I'm not sure about the details of pluginMModal or whether this is the only
> problem, but the jQuery selector should be in quotes:
>
> _onclick='jQuery("#%s").fadeIn(); return false' % request.cid
>
> Anthony
>
--