source: trunk/www.guidonia.net/wp/wp-content/plugins/tubepress/ui/players/shadowbox/lib/players/shadowbox-html.js@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 390 bytes
Line 
1(function(a){a.html=function(b){this.obj=b;this.height=b.height?parseInt(b.height,10):300;this.width=b.width?parseInt(b.width,10):500};a.html.prototype={append:function(b,e,c){this.id=e;var d=document.createElement("div");d.id=e;d.className="html";d.innerHTML=this.obj.content;b.appendChild(d)},remove:function(){var b=document.getElementById(this.id);if(b){a.lib.remove(b)}}}})(Shadowbox);
Note: See TracBrowser for help on using the repository browser.