[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
The Storage module manages client-side data storage.
File Size: | 1247 lines (36 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
StorageEvent(oStorageArea, sKey, oOldValue, oNewValue, sType) X-Ref |
The StorageEvent class manages the storage events by emulating the HTML 5 implementation. param: oStorageArea {Object} Required. The Storage object that was affected. param: sKey {String} Required. The key being changed; DOMString in HTML 5 spec. param: oOldValue {Mixed} Required. The old value of the key being changed; DOMString in HTML 5 spec. param: oNewValue {Mixed} Required. The new value of the key being changed; DOMString in HTML 5 spec. param: sType {String} Required. The storage event type. |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |