popupAnchor in Seaside 2.6

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

popupAnchor in Seaside 2.6

Rick Zaccone
If I want to create a popup anchor in Seaside 2.6, I need to do  
something like this:

renderContentOn: html
     html popupAnchor
         url: 'http:/www.amazon.com';
         name: 'foo';
         extent: 400 @ 350;
         with: 'Amazon'

If I leave out the name, I get a walkback.  Why is the name  
necessary?  I didn't need it in Seaside 2.5.  It took a bit of poking  
around to figure out what was wrong.

Rick

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