example creating and sending an ajax request?

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

example creating and sending an ajax request?

larrry
Hi,

Is there an example somewhere that shows Amber/Smalltalk code
creating, sending (and handling) an ajax request?

thanks.

Larry
Reply | Threaded
Open this post in threaded view
|

Re: example creating and sending an ajax request?

Stefan Krecher-2

Hi,
you could look at the twitterwall-example (in the example-section in the source).
regards,
Stefan

--
sent from my android-phone

Am 25.10.2011 19:43 schrieb "Larry White" <[hidden email]>:
Hi,

Is there an example somewhere that shows Amber/Smalltalk code
creating, sending (and handling) an ajax request?

thanks.

Larry
Reply | Threaded
Open this post in threaded view
|

Re: example creating and sending an ajax request?

Nicolas Petton
In reply to this post by larrry
On Tue, 2011-10-25 at 13:43 -0400, Larry White wrote:
> Hi,
>
> Is there an example somewhere that shows Amber/Smalltalk code
> creating, sending (and handling) an ajax request?

yes, the browser uses ajax requests to sommit changes
(Browser>>commitCategory).

Cheers,
Nico
>
> thanks.
>
> Larry


Reply | Threaded
Open this post in threaded view
|

Re: example creating and sending an ajax request?

Hannes Hirzel
What about the example laci did on Mon, Oct 24, 2011 at 10:00 PM?

--Hannes

On 10/25/11, Nicolas Petton <[hidden email]> wrote:

> On Tue, 2011-10-25 at 13:43 -0400, Larry White wrote:
>> Hi,
>>
>> Is there an example somewhere that shows Amber/Smalltalk code
>> creating, sending (and handling) an ajax request?
>
> yes, the browser uses ajax requests to sommit changes
> (Browser>>commitCategory).
>
> Cheers,
> Nico
>>
>> thanks.
>>
>> Larry
>
>
>