Class Index | File Index

Classes


Class nl.sara.webdav.Ie

This class holds all IE hacks
Defined in: 002_iehacks.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
nl.sara.webdav.Ie.isIE
Although this library has no intent to work in IE older than versions 9, it should work in IE and sometimes requires some special attention for this wonderful browser
Method Summary
Method Attributes Method Name and Description
<static>  
nl.sara.webdav.Ie.getLocalName(node)
Returns the localName of a DOM Node object
Class Detail
nl.sara.webdav.Ie()
Field Detail
<static> nl.sara.webdav.Ie.isIE
Although this library has no intent to work in IE older than versions 9, it should work in IE and sometimes requires some special attention for this wonderful browser
Method Detail
<static> {String} nl.sara.webdav.Ie.getLocalName(node)
Returns the localName of a DOM Node object
Parameters:
{Node} node
The node to determine the localname for
Returns:
{String} The local name

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 23 2014 15:51:05 GMT+0200 (CEST)