Re: [web2py] How to use web2py confirmation form ?

2012-11-22 Thread Vinicius Assef
This feature is javascript and is included in web2py.js file (if I recall it right). See if your page is calling this js file. On Thu, Nov 22, 2012 at 3:09 AM, Amit wrote: > Hi, > I have Delete button on SQLFORM.grid and upon clicking on it , it should > popup confirmation dialog before deletin

[web2py] How to use web2py confirmation form ?

2012-11-21 Thread Amit
Hi, I have Delete button on SQLFORM.grid and upon clicking on it , it should popup confirmation dialog before deleting the records and once user click on OK , it should delete the records. For that purpose I used web2py confirmation form but it is not working. please check below the code : def