Searched refs:updateObject (Results 1 – 1 of 1) sorted by relevance
| /NW4C-2.0.3/documents/CreativeStudio/html/common/ |
| D | ibox.js | 92 …_pub.updateObject(els.wrapper.style, {display: 'block', visibility: 'hidden', left: 0, top: 0, hei… 230 _pub.updateObject(els.content.style, {width: '', height: ''}); 250 _pub.updateObject(els.wrapper.style, {width: width + 'px', height: height + 'px'}); 266 updateObject: function(obj, params) { method 286 _pub.updateObject(obj.style, {top: y + 'px', left: x + 'px'}); 538 _pub.updateObject(els.overlay.style, params); 551 _pub.updateObject(els.wrapper.style, {position: 'absolute', top: 0, left: 0, display: 'none'}); 555 _pub.updateObject(els.content.style, {overflow: 'auto'}) 577 _pub.updateObject(els.wrapper.style, {right: '', bottom: ''});
|