[Seaside] Re: Update a component after a Jquery

Paul DeBruicker pdebruic at gmail.com
Fri May 29 01:40:04 UTC 2015


mail client coding but something like this should work:


(html jQuery new datepicker onSelect: (html jQuery
ajax serializeThis;onSuccess:((html jQuery id: 'myTableContainerId') load
html: [:h | h render: myTable])).





HilaireFernandes wrote
> Hi,
> 
> The datepicker event below updates the model and it implies an important
> change in the component content (TableReport, etc). I think I kind of
> need to refresh the page on the client.
> Is it possible to do so from a callback fired from a jquery?
> 
> Thanks
> 
> Hilaire
> 
>         html textInput
>             value: '1/1/2015';
>             callback: [ :value | self addMonth: value asDate asMonth];
>             script: (html jQuery new datepicker onSelect: html jQuery
> ajax serializeThis).
> 
> -- 
> Dr. Geo
> http://drgeo.eu
> http://google.com/+DrgeoEu
> 
> 
> _______________________________________________
> seaside mailing list

> seaside at .squeakfoundation

> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside





--
View this message in context: http://forum.world.st/Update-a-component-after-a-Jquery-tp4829158p4829219.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list