<source><name>Hemi.storage.iestore</name><project><name>Hemi JavaScript Framework</name><url-title>Hemi JavaScript Framework</url-title><url>/Hemi/</url></project><package><path>Hemi.storage</path><library>Hemi</library><description>A DOM Storage facade for Internet Explore 6 and 7, using the Hemi Configuration class and the Internet Explorer User Data behavior.</description>
Legacy Package System

_js_package("org.cote.js");
Debug

Package("Hemi.storage");
Stand Alone Package System
- assumes HemiEngine.storage.js is first
var org  = {};
org.cote = {};
org.cote.js = {};
<static-class><name>iestore</name><version>3.1.9</version><description>A conditional wrapper exposed based on browser support.  This is not the preferred provider and is included to support IE 6 and 7.</description>
Requires engine framework for config reader

preferred_storage : 0,
o.setAttribute("id","ocjsIESP");
<method><name>getLength</name><return-value name="l" type="int">Number of keys.</return-value><description>Returns the number of keys currently stored.</description></method><method><name>removeItem</name><param name="n" type="String">Key name.</param><description>Removes the specified item from storage.</description></method><method><name>getItem</name><param name="n" type="String">Key name.</param><return-value name="v" type="String">Stored value.</return-value><description>Returns the stored value corresponding to the specified key.</description></method><method><name>setItem</name><param name="n" type="String">Key name.</param><param name="v" type="String">Value.</param><return-value name="b" type="bit">Bit indicating whether the value was stored.</return-value><description>Stores the supplied value at the specified key.</description></method><method><name>key</name><param name="i" type="int">Storage index.</param><return-value name="s" type="String">The key name.</return-value><description>Returns the key at the specified index.</description></method><method><name>clear</name><description>Empties the storage of all saved key/value pairs.</description></method>
return ar[i].name;
</static-class></package><index><description>A DOM Storage facade for Internet Explore 6 and 7, using the Hemi Configuration class and the Internet Explorer User Data behavior.</description><url>Hemi_api.html</url><url-title>API Index</url-title></index></source>
