[Seaside] Wrapping ProtoTip

Gerhard Obermann obi068 at gmail.com
Wed Mar 5 20:49:15 UTC 2008


Hi!

Thanks a lot Adrian, its now fully integrated :) !

http://www.squeaksource.com/Seaside29Addons.html

Name: ScriptaculousAddOns-obi.9
Author: obi
Time: 5 March 2008, 9:38:23 pm
UUID: f6f9f9a0-306b-654c-b211-8b5a14cc4bc4
Ancestors: ScriptaculousAddOns-obi.8

Full integration of Prototip (thanks to Adrian)
 - fixed some issues
 - added new tests
 - newest version of prototip
 - using now compressed version
 - Integration into other addOn Tests




2008/3/5, Adrian Lienhard <adi at netstyle.ch>:
>
> Hi,
>
> We integrated Prototip some time ago (but never really used it).
> I committed the package, TTPrototip-al.3.mcz, to this project:
>
> http://www.squeaksource.com/Seaside29Addons.html
>
> HTH,
> Adrian
>
> On Mar 5, 2008, at 09:53 , Hwee-Boon Yar wrote:
>
> > On Wed, Mar 5, 2008 at 2:35 PM, Lukas Renggli <renggli at gmail.com>
> > wrote:
> >
> >> Have a look at SUElement>>#update:, #insert:, #replace:, ...
> >
> > I'm probably doing it wrongly, but in a attempt to debug, I change my
> > SUTip>>content to:
> >
> >   Transcript
> >               nextPutAll: (String
> >                               streamContents: [:stream | self render:
> aBlock on: stream]);
> >                endEntry.
> >
> >
> > Then I can see in the transcript that what's printed is the XHTML
> > string which I have generated (great). followed by some SU* related
> > javascript from a previous use of SUAutocompleter:
> >
> > <span>test4</span><script type="text/javascript">/*<![CDATA[*/new
> > Ajax.Autocompleter('query','id6','http://localhost:8081/seaside/sfe',
> > {'afterUpdateElement':function(){new
> > Ajax.Request('http://localhost:8081/seaside/sfe',{'parameters':
> > ['_s=QkGrWpbTSpLBRefB','_k=CXCQlzYF','5',$
> > ('query').serialize()].join('&')})},'evalScripts':true,'parameters':
> > ['_s=QkGrWpbTSpLBRefB','_k=CXCQlzYF','4'].join('&')})/*]]>*/</script>
> >
> >
> > <span>test4</span> alone is what I am expecting. Any suggestion on
> > what I am doing wrongly? Thanks again.
> >
> > --
> > Hwee-Boon
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20080305/750612d9/attachment-0001.htm


More information about the seaside mailing list