CGI-Application-Demo-Ajax
view release on metacpan or search on metacpan
lib/CGI/Application/Demo/Ajax.pm view on Meta::CPAN
The results of the search are sent to the client.
=item The client accepts the response
When the client receives the message, these events occur, in this order:
=over 4
=item Control passes to search_callback(), the call-back function
=item The data is decoded from JSON to text by a YAHOO.lang.JSON object
=item The data is moved into a YAHOO.util.LocalDataSource object
=item The data is formatted as it's moved into a YAHOO.widget.DataTable object
=back
This object displays its data automatically. Actually, the object's constructor displays the data, which is why
we call new by assigning the object to a Javascript variable, data_table.
( run in 0.321 second using v1.01-cache-2.11-cpan-26ccb49234f )