Subversion Repositories eFlore/Applications.cel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1 → Rev 2

/trunk/www/org.tela_botanica.cel2/js/ext/examples/state/SessionProvider.js
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/www/org.tela_botanica.cel2/js/ext/examples/state/SessionProvider.js
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/www/org.tela_botanica.cel2/js/ext/examples/state/README.txt
New file
0,0 → 1,16
This session scope state provider is in use in window/layout.html.
 
Usage:
 
get-state.php is included as JS file in the header of any page that needs state information. For a single
page application, that would be the main page of the application. It is NOT loaded via XHR/Ajax.
 
save-state.php is included in every page of the application, including pages loaded via ajax.
 
Inilialization of the SessionProvider looks like:
Ext.state.Manager.setProvider(new Ext.state.SessionProvider({state: Ext.appState}));
 
The way the session provider works is when a state change occurs, a cookie is set on the client
with the new state data. The next time any page is requested on the server, save-state.php
will see that cookie, save it in the application state and CLEAR THE COOKIE. This way your application
doesn't have cookies creating unneccessary network latency.
/trunk/www/org.tela_botanica.cel2/js/ext/examples/state/save-state.php
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/www/org.tela_botanica.cel2/js/ext/examples/state/save-state.php
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/www/org.tela_botanica.cel2/js/ext/examples/state/get-state.php
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/www/org.tela_botanica.cel2/js/ext/examples/state/get-state.php
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property