[Seaside] new release of Seaside integration for JQueryMobile

Marten Feldtmann itlists at schrievkrom.de
Thu Oct 27 06:10:29 UTC 2011


Ok, I have found a way to do it - but actually how do I force a refresh 
of my screen ...

| ajaxFunction |
	
ajaxFunction := (html jQuery ajax
   dataType: 'script';
   callback: [ :v | ... action in smalltalk ... ]
   value: (Array with: (JSStream on: 'arguments[0]'));
   async: false) asFunctionNamed: 'swipeLeft' arguments: #(e).
														
html
   script: ajaxFunction.

html image
   width: '100%' ;
   onSwipeLeft: 'swipeLeft("swipeLeft")';
   url: link].

I get Smalltalk called - but the screen content is NOT refreshed !

Marten

Am 27.10.2011 07:49, schrieb Marten Feldtmann:
> Is something possible like:
>
>
> html heading
> level4;
> onSwipeLeft: [ .... ]
>
>
> ????
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list