[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/2in3/2.9.0/build/yui2-storage/ -> yui2-storage.js (summary)

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

Defines 1 function

  StorageEvent()

Functions
Functions that are not part of a class:

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