Seaside and reports

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Seaside and reports

Olivier Auverlot
Hello,

I need to display a report in a datagrid with Seaside . What is the best
way to do that ?

Best regards
Olivier ;-)
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

AW: [Seaside] Seaside and reports

Georg Heeg
Olivier,

use seaBreeze, it has the widgets including the repetitions to do that.

Georg

Georg Heeg eK, Dortmund und Köthen, HR Dortmund A 12812
Wallstraße 22, 06366 Köthen
Tel. +49-3496-214328, Fax +49-3496-214712


-----Ursprüngliche Nachricht-----
Von: [hidden email]
[mailto:[hidden email]] Im Auftrag von Olivier
Auverlot
Gesendet: Montag, 29. August 2011 09:09
An: Seaside - general discussion
Betreff: [Seaside] Seaside and reports

Hello,

I need to display a report in a datagrid with Seaside . What is the best way
to do that ?

Best regards
Olivier ;-)
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside and reports

Nick
In reply to this post by Olivier Auverlot
Hi Oliver,

I need to display a report in a datagrid with Seaside . What is the best way to do that ?

Have a look at: WATableReport

or JQWidgetBox-JQGrid which you can install with something like (untested):

Gofer new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfJQueryWidgetBox';
    load.

((Smalltalk at: #ConfigurationOfJQueryWidgetBox) project latestVersion) load: #('JQWidgetBox-JQGrid-Core' 'JQWidgetBox-JQGrid-Dev').

Hope that helps

Nick

 

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside and reports

Nick
Another thought. There's also MAReport  from Magritte see

Gofer it
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfMagritte2';
  load.
((Smalltalk at: #ConfigurationOfMagritte2) project latestVersion) load: #('Magritte-Seaside' 'Magritte-Tests-Model').



On 30 August 2011 08:09, Nick Ager <[hidden email]> wrote:
Hi Oliver,

I need to display a report in a datagrid with Seaside . What is the best way to do that ?

Have a look at: WATableReport

or JQWidgetBox-JQGrid which you can install with something like (untested):

Gofer new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfJQueryWidgetBox';
    load.

((Smalltalk at: #ConfigurationOfJQueryWidgetBox) project latestVersion) load: #('JQWidgetBox-JQGrid-Core' 'JQWidgetBox-JQGrid-Dev').

Hope that helps

Nick

 


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside