Re: [web2py] Delete EXPORT button from SQLFORM.grid

2017-09-07 Thread Andrea Fae'
I need the same!


Il giorno venerdì 5 maggio 2017 09:30:56 UTC+2, Yebach ha scritto:
>
> How can you also remove the text "Export" ??
>
> If I set all classes to False the text stays, if I remove export classes 
> from signature it displays all
>
> On Wednesday, August 15, 2012 at 12:41:28 PM UTC+2, Jan Rozhon wrote:
>>
>> Silly me didnt notice this option. Thx 
>>
>> Dne středa, 15. srpna 2012 11:43:46 UTC+2 Johann Spies napsal(a):
>>>
>>> On 15 August 2012 11:31, Jan Rozhon  wrote:
>>>


 did someone solve how to remove the export button from the 
 SQLform.grid? 

>>>
>>> Use the option: csv = False when you define the grid.
>>>
>>> Regards
>>> Johann 
>>>
>>> -- 
>>> Because experiencing your loyal love is better than life itself, 
>>> my lips will praise you.  (Psalm 63:3)
>>>
>>>

-- 
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.


Re: [web2py] Delete EXPORT button from SQLFORM.grid

2017-05-05 Thread Yebach
How can you also remove the text "Export" ??

If I set all classes to False the text stays, if I remove export classes 
from signature it displays all

On Wednesday, August 15, 2012 at 12:41:28 PM UTC+2, Jan Rozhon wrote:
>
> Silly me didnt notice this option. Thx 
>
> Dne středa, 15. srpna 2012 11:43:46 UTC+2 Johann Spies napsal(a):
>>
>> On 15 August 2012 11:31, Jan Rozhon  wrote:
>>
>>>
>>>
>>> did someone solve how to remove the export button from the SQLform.grid? 
>>>
>>
>> Use the option: csv = False when you define the grid.
>>
>> Regards
>> Johann 
>>
>> -- 
>> Because experiencing your loyal love is better than life itself, 
>> my lips will praise you.  (Psalm 63:3)
>>
>>

-- 
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.


[web2py] Delete EXPORT button from SQLFORM.grid

2012-08-15 Thread Jan Rozhon
Hi all, 

did someone solve how to remove the export button from the SQLform.grid? 
Additionally, what is the proper way to display JSON string in the field?

Thanks for any hints, Jan

-- 





Re: [web2py] Delete EXPORT button from SQLFORM.grid

2012-08-15 Thread Johann Spies
On 15 August 2012 11:31, Jan Rozhon jan.roz...@gmail.com wrote:



 did someone solve how to remove the export button from the SQLform.grid?


Use the option: csv = False when you define the grid.

Regards
Johann

-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)

-- 





Re: [web2py] Delete EXPORT button from SQLFORM.grid

2012-08-15 Thread Jan Rozhon
Silly me didnt notice this option. Thx 

Dne středa, 15. srpna 2012 11:43:46 UTC+2 Johann Spies napsal(a):

 On 15 August 2012 11:31, Jan Rozhon jan.r...@gmail.com javascript:wrote:



 did someone solve how to remove the export button from the SQLform.grid? 


 Use the option: csv = False when you define the grid.

 Regards
 Johann 

 -- 
 Because experiencing your loyal love is better than life itself, 
 my lips will praise you.  (Psalm 63:3)



--