Pier2 2.0.7. questions

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

Pier2 2.0.7. questions

dtrussardi@tiscali.it
Hi,

        i load the last version ( 2.0.7)  of Pier2 and PiersAddOns2 into Pharo image.

       
        Now i don't  found the  PRAjaxSearchWidget.

  Because ?

        Thanks,

                Dario



_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Pier2 2.0.7. questions

Nick
Hi Dario,

I think you need to specify specifically what add-ons you want to load - PRAjaxSearchWidget is in the group 'Pier-jQuery'. In Gemstone something like this works for me:

Gofer project load: 'PierAddOns2' group: #('Pier-Blog' 'Pier-Book' 'Pier-Design' 'Pier-Documents' 'Pier-EditorEnh' 'Pier-Google' 'Pier-JQuery' 'Pier-LinkChecker' 'Pier-Setup' 'Pier-TagCloud').

or something like:

ConfigurationOfPierAddOns2 project latestVersion load: #('Pier-Blog' 'Pier-Book' 'Pier-Design' 'Pier-Documents' 'Pier-EditorEnh' 'Pier-Google' 'Pier-JQuery' 'Pier-LinkChecker' 'Pier-Setup' 'Pier-TagCloud' 'Pier-Twitter').


or you can just use:

Gofer project load: 'PierAddOns2' group: 'ALL'.
ConfigurationOfPierAddOns2 project latestVersion load: 'ALL'.



Nick

On 15 November 2010 11:12, [hidden email] <[hidden email]> wrote:
Hi,

       i load the last version ( 2.0.7)  of Pier2 and PiersAddOns2 into Pharo image.


       Now i don't  found the  PRAjaxSearchWidget.

       Because ?

       Thanks,

               Dario



_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki