|
MODULENginx::Simple::AjaxMETHODSmy $ajax = new Ajax($self);Initialize with Nginx::Simple object. $self->read Read values into an ajax object. $self->param( $id ) Akin to Nginx::Simple->param. $self->get( id => 'foo' ) Returns data as scalar given an element_id. $self->add( foo => 'bar' || javascript => "alert('foo!')" ) Enqueue an item to be generated into javascript xml. $self->send Send Ajax returned XML. $self->reset Reset the object. AuthorMichael J. Flickinger, "<mjflick@gnu.org>"Copyright & LicenseYou may distribute under the terms of either the GNU General Public License or the Artistic License.
Visit the GSP FreeBSD Man Page Interface. |