<ac:macro ac:name="unmigrated-inline-wiki-markup"><ac:plain-text-body><![CDATA[
<ac:macro ac:name="unmigrated-inline-wiki-markup"><ac:plain-text-body><![CDATA[
Zend_View_Helper_Ajax is a simple view helper to use the javascript library of your preference to send AJAX requests.Zend Framework: Zend_View_Helper_Ajax Component Proposal
Proposed Component Name
Zend_View_Helper_Ajax
Developer Notes
http://framework.zend.com/wiki/display/ZFDEV/Zend_View_Helper_Ajax
Proposers
Truppe Steven
Revision
1.1 - 1 August 2006: Updated from community comments. (wiki revision: 12)
Table of Contents
1. Overview
2. References
3. Component Requirements, Constraints, and Acceptance Criteria
4. Dependencies on Other Framework Components
- Zend_View
5. Theory of Operation
6. Milestones / Tasks
At the moment i try to find the common use cases that should get solved and i'm working on the basic implementation to get a few working examples.
- Milestone 1: "[DONE]" think about how to implement things
- Milestone 2: get user feedback to find basic use cases
- Milestone 3: final implementation
- Milestone 4: unit tests
7. Class Index
- Zend_View_Helper_Ajax
- Zend_View_Helper_Ajax_Adapter_Interface
- Zend_View_Helper_Ajax_Adapter_Abstract
- Zend_View_Helper_Ajax_Adapter_Prototype
- Zend_View_Helper_Ajax_Adapter_Jquery
8. Use Cases
| UC-01 | send Form data |
|---|---|
| UC-02 | insert result of AJAX request into DOM element (clear-and-insert, append.top, append.bottom) |
| UC-03 | pass result of AJAX request to a callback (onSuccess, onError) |
Please make comments on other use cases that might be of interest.