[Seaside] Re: Removing full refresh

Paul DeBruicker pdebruic at gmail.com
Tue Mar 18 15:33:23 UTC 2014


What do you want to have happen?   A person chooses an entry from the
autocomplete suggestion and then ________ ?






Murtaza Zaidi wrote
> Hi,
> 
> I have an autocomplete implemented on a text input. It is defined in the
> following manner:
> 
>                 widget := html textInput.
> widget script: (
> html jQuery this autocomplete
> autoFocus: true;
> search: [:string | self getRows: string]
> labels: [:each | each formatSelectionRow]
> callback: [:value :script |
> script callback: [self updateValue: value].
> self renderOn: html]))
> 
> It is functional with a full refresh of the screen after a value is
> selected from the rows that get returned from the search block. I'm trying
> to remove this full refresh to improve user experience. Any ideas on how
> to
> do this?
> 
> 
> Thanks,
> Murtaza
> 
> _______________________________________________
> seaside mailing list

> seaside at .squeakfoundation

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





--
View this message in context: http://forum.world.st/Removing-full-refresh-tp4749616p4749621.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list