Add $js->request()
Reported by Sean Templeton | January 30th, 2010 @ 12:04 AM | in DojoCake 1.3.2
request($url, $options = array())
Generate a javascript snippet to create an XmlHttpRequest or 'AJAX'
request.
Event Options
•complete - Callback to fire on complete.
•success - Callback to fire on success.
•before - Callback to fire on request initialization.
•error - Callback to fire on request failure.
Options
•method - The method to make the request with defaults to GET
in more libraries
•async - Whether or not you want an asynchronous request.
•data - Additional data to send.
•update - Dom id to update with the content of the
request.
•type - Data type for response. 'json' and 'html' are
supported. Default is html for most libraries.
•evalScripts - Whether or not
•dataExpression - Should the data key be treated as a
callback. Useful for supplying $options['data'] as another
Javascript expression.
Example use
Comments and changes to this ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Dojo Cake is a library of CakePHP helpers and controllers to make the process of adding Dojo to CakePHP more easy. The library includes helpers for widgets and XHR connections.
Dojo Cake was developed to make the process of making ajax applications in CakePHP as easy as making the application itself, making Web 2.0 applications in CakePHP a piece of cake (pun intended). With a growing number of widgets, and support for basic ajax and xhr connections, Dojo Cake aims to be a powerful link between clientside programming and server-side programming.
The project is hosted on google code at http://dojocake.googlecode.com