The submit button doesn't have an ID, but you can identify it in the DOM via type="submit". Or you can add an ID:
form.element(_type='submit').update(_id='myid') Anthony On Friday, February 15, 2013 7:10:30 AM UTC-5, [email protected] wrote: > > I want to access submit button id but the button is created in CRUD form, > is there any way possible to access the id of submit type button?? > I want to show fancy popup using that ID.. > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

