Home
last modified time | relevance | path

Searched refs:styleProp (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/documents/CreativeStudio/html/common/
Dibox.js289 getStyle: function(obj, styleProp) { argument
291 return obj.currentStyle[styleProp];
293 return document.defaultView.getComputedStyle(obj,null).getPropertyValue(styleProp);