What is your web2py version?
The plugin works only in 1.97+
http://zerp.ly/rochacbruno
Em 06/08/2011 08:55, "peter" escreveu:
> I have powergridapp working on my system, however when I added the
> powergrid plugin to my app I get
>
> No module named plugin_PowerGrid.PowerGrid
>
> Yet, the file o
I have powergridapp working on my system, however when I added the
powergrid plugin to my app I get
No module named plugin_PowerGrid.PowerGrid
Yet, the file organisation seems to be the same. I have
plugin_PowerGrid within my modules folder and PowerGrid.py within that
folder.
Any help appreciat
BTW:
You can remove or comment these two lines:
from gluon.custom_import import track_changes
track_changes()
This is usefull only on my development environment.
PowerGrid works only in web2py 1.97+, because it uses 'current' to
deal with session, request, response and T
I made some im
Sorry, I found the error already. A stupid error.
Our production server was laging behind on updates, was using 1.95.1,
but not anymore. And now Powergrid is working.
Kenneth
I published my first new version of our intranet on our production
server and now I´m getting:
Traceback(most rece
I published my first new version of our intranet on our production
server and now I´m getting:
Traceback(most recent call last):
File"/data/domains/web2py/gluon/restricted.py",line181,inrestricted
execccodeinenvironment
File"/data/domains/web2py/applications/economy/models/plugin_PowerGr
2011/7/25 Kenneth Lundström
> headers=[['f_name',T('Name')]
I think you can use headers=[['f_name',str(T('Name'))]
The highlight can be easuly implemented with JavaScript and CSS.
Really awsome Bruno,
I´m trying to implement it on our companys intranet and got one question
and one suggestion.
Is it possible to use T() on headers? Something like:
headers=[['f_name',T('Name')]]
Highlightning rows, sometimes it would be good to highlight some
specific rows?
Kenneth
Great work, it will be/is very useful for many of us!
Thanks,
Miguel
On Fri, Jul 22, 2011 at 11:35 PM, Bruno Rocha wrote:
> Hi,
>
> I present you PowerGrid Plugin (now in beta 0.1) [
> http://labs.blouweb.com/PowerGrid/]
>
> What is it?
>
> A plugin to show, manage and paginate data
> It works w
very nice work Bruno !
On Fri, Jul 22, 2011 at 11:35 PM, Bruno Rocha wrote:
> Hi,
>
> I present you PowerGrid Plugin (now in beta 0.1) [
> http://labs.blouweb.com/PowerGrid/]
>
> What is it?
>
> A plugin to show, manage and paginate data
> It works with paginated JSON callbacks, you can use web2
looks sweet
On Fri, Jul 22, 2011 at 6:23 PM, Lucas D'Avila wrote:
> Parabéns Bruno, muito bom!
> pretendo usa-lo nos próximos projetos.
>
> 2011/7/22 Bruno Rocha
>
>> Hi,
>>
>> I present you PowerGrid Plugin (now in beta 0.1) [
>> http://labs.blouweb.com/PowerGrid/]
>>
>> What is it?
>>
>> A pl
Parabéns Bruno, muito bom!
pretendo usa-lo nos próximos projetos.
2011/7/22 Bruno Rocha
> Hi,
>
> I present you PowerGrid Plugin (now in beta 0.1) [
> http://labs.blouweb.com/PowerGrid/]
>
> What is it?
>
> A plugin to show, manage and paginate data
> It works with paginated JSON callbacks, you
Hi,
I present you PowerGrid Plugin (now in beta 0.1) [
http://labs.blouweb.com/PowerGrid/]
What is it?
A plugin to show, manage and paginate data
It works with paginated JSON callbacks, you can use web2py DAL's Query or
Table, or you can create your own callback returning the desired JSON or
JSO
12 matches
Mail list logo