[ANN] JQueryWidgetBox 1.5 for Seaside 3.0

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

[ANN] JQueryWidgetBox 1.5 for Seaside 3.0

Torsten Bergmann
Hi there,

version 1.5 of the "JQueryWidgetBox" project [1] is available for Seaside 3.0.
There are now 32 interesting JQuery widgets wrapped that you can easily use in your Seaside applications.

Most noteably we now have a wrapper for mbMenu [2] and uilayout [3].
Also a jQuery Grid is included. I updated some scripts and after
some adoptions of existing packages all 81 tests went green again.


Thanks to all who helped wrapping the jquery widgets out there!!!


To try:
=======
Open a clean Pharo 1.1. image and evaluate:

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

 ((Smalltalk at: #ConfigurationOfJQueryWidgetBox) project version: '1.5')
load.


You can now load some additional Seaside tools by evaluating:

 ((Smalltalk at: #ConfigurationOfSeaside30) project version: '3.0.0-rc') load: #('Seaside-Pharo-Tools-OmniBrowser' 'Seaside-Adaptors-Comanche')


Now select "Tools -> SeasideControl Panel" to open the control panel.
Using the context menu add an WAComancheAdaptor and start it.

Now point your browser to
  http://localhost:8080/browse/jquery-widgets

Bye
T.

[1] http://squeaksource.com/JQueryWidgetBox.html
[2] http://pupunzi.open-lab.com/mb-jquery-components/mb-_menu/
[3] http://layout.jquery-dev.net

 
--
GMX DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 für nur 19,99 Euro/mtl.!*
http://portal.gmx.net/de/go/dsl
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] JQueryWidgetBox 1.5 for Seaside 3.0

Rick Flower
On Thu, 23 Sep 2010 13:05:03 +0200, "Torsten Bergmann" <[hidden email]>
wrote:
> Hi there,
>
> version 1.5 of the "JQueryWidgetBox" project [1] is available for
Seaside
> 3.0.
> There are now 32 interesting JQuery widgets wrapped that you can easily
> use in your Seaside applications.
>
> Most noteably we now have a wrapper for mbMenu [2] and uilayout [3].
> Also a jQuery Grid is included. I updated some scripts and after
> some adoptions of existing packages all 81 tests went green again.

Thanks Torsten!  I guess I'll have to add updating my VW port of this and
see how that fares!  I've got it about 99% working and will publish it to
the Cincom public store repository when I'm done.. In my case I was mostly
after the mbMenu stuff for my own use, so the other widgets could be
easily
added by others if wanted.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside