mirror of
https://forge.murkfall.net/bluesaxman/blue.js.git
synced 2026-03-13 09:34:20 -06:00
added some tweeks to the demo index.html
This commit is contained in:
21
index.html
21
index.html
@@ -63,13 +63,24 @@ blueui.js - Adds classes for several highly reusable ui objects such as buttons
|
||||
|
||||
document.body.appendChild(window.bdescription.root);
|
||||
window.bdescription.content.appendChild(window.bcore.root);
|
||||
window.bcore.root.style.top = "40px";
|
||||
window.bcore.root.style.top = "80px";
|
||||
window.bcore.root.style.left = "80px";
|
||||
window.bdescription.content.appendChild(window.baudio.root);
|
||||
window.baudio.root.style.top = "80px";
|
||||
window.baudio.root.style.top = "120px";
|
||||
window.baudio.root.style.left = "120px";
|
||||
window.bdescription.content.appendChild(window.bmath.root);
|
||||
window.bmath.root.style.top = "120px";
|
||||
window.bmath.root.style.top = "160px";
|
||||
window.bmath.root.style.left = "160px";
|
||||
window.bdescription.content.appendChild(window.bpixle.root);
|
||||
window.bpixle.root.style.top = "160px";
|
||||
window.bpixle.root.style.top = "200px";
|
||||
window.bpixle.root.style.left = "200px";
|
||||
window.bdescription.content.appendChild(window.bui.root);
|
||||
window.bui.root.style.top = "200px";
|
||||
window.bui.root.style.top = "240px";
|
||||
window.bui.root.style.left = "240px";
|
||||
|
||||
window.bcore.minimizeButton.root.click();
|
||||
window.baudio.minimizeButton.root.click();
|
||||
window.bmath.minimizeButton.root.click();
|
||||
window.bpixle.minimizeButton.root.click();
|
||||
window.bui.minimizeButton.root.click();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user