Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/senchalabs/ajax_demos
Sencha Touch XHR2 AJAX Demos
https://github.com/senchalabs/ajax_demos
Last synced: about 2 months ago
JSON representation
Sencha Touch XHR2 AJAX Demos
- Host: GitHub
- URL: https://github.com/senchalabs/ajax_demos
- Owner: senchalabs
- Created: 2013-08-30T06:30:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-30T14:50:53.000Z (over 11 years ago)
- Last Synced: 2024-04-15T02:36:38.919Z (9 months ago)
- Size: 133 KB
- Stars: 9
- Watchers: 16
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sencha Touch XHR2 AJAX Demos
The examples in this site accompany the Sencha Touch XHR2 documentation.
These examples require Sencha Touch 2.3.0 or later to run correctly.## Demo Files
FileDescription
ajax-simple.htmlAjax - Simple
ajax-params.htmlAjax - Params
ajax-formdata.htmlAjax - FormData
ajax-image.htmlAjax - Image
ajax-upload.htmlAjax - Upload
ajax-upload-arraybuffer.htmlAjax - Upload with ArrayBuffer Response
ajax-upload-blob.htmlAjax - Upload with Blob Response
ajax_demos/ajax-document.htmlAjax - Document Response
ajax_demos/form-simple.htmlForm - Simple
ajax_demos/form-upload.htmlForm - Multi-Upload