Labs/Joey/clients/ajaxy/functional: Difference between revisions

Line 30: Line 30:
*  Form Bind - maps the traditional form to an XMLHTTPRequest. With this model, we can keep a FORM data in the client, and use it to create the transaction in the XHR channel. Would keep compability and probably would help us to keep the idea of an XHTML simplified + FORMS from CakePHP.
*  Form Bind - maps the traditional form to an XMLHTTPRequest. With this model, we can keep a FORM data in the client, and use it to create the transaction in the XHR channel. Would keep compability and probably would help us to keep the idea of an XHTML simplified + FORMS from CakePHP.


=== Considerations / annotations for future checks ===
=== Considerations for the Joey Web Client ===
   
   
* Back and Forward buttons via Iframe history addition model. An entry goes in the iframe just as a representation of the transformation in the client;
* Back and Forward via Iframe history
* Check approach to integrate strings binding due to localization;
* Strings binding via JSON or dynamic load of content panel ( or declarative strings markups delivered to the client from the CakePHP )
*


=== Architectural Goals ===
=== Architectural Goals ===
773

edits