cool
this should go in the manual

On Tuesday, August 11, 2015 at 8:03:44 PM UTC-5, Massimo Di Pierro wrote:
>
> This works but there is a proper way:
>
> {{if grid.update_form:}}
> ...
> {{if grid.create_form:}}
> ...
> {{if grid.view_form:}}
> ...
> {{else:}}
> ...
> {{pass}}
>
> On Monday, 10 August 2015 13:52:52 UTC-5, Yoel Benitez Fonseca wrote:
>>
>> you can tell when u are editing or creating by the args passed in 
>> request.args, for example in the view:
>>
>> {{if 'edit' in request.args:}}
>>   // do something
>> {{elif 'new' in request.args:}}
>>   // do other thing
>> {{pass}}
>>
>>
>>
>> El lunes, 10 de agosto de 2015, 12:13:53 (UTC-4), Najtsirk escribió:
>>>
>>> Hello,
>>>
>>> is it possible to assign different classes for add and edit forms in 
>>> SQLFORM.grid?
>>>
>>> A this point there is no difference between them so I cannot use proper 
>>> CSS selectors for JS.
>>>
>>> Best,
>>> Najtsirk
>>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to