mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2968 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b2f9c62d90
commit
25b1211c76
2 changed files with 2 additions and 1 deletions
|
|
@ -200,7 +200,6 @@ function displayMultimedia(src, width, height, auto_start) {
|
||||||
} else {
|
} else {
|
||||||
html = "<embed src=\""+src+"\" autostart=\""+auto_start+"\" width=\""+width+"\" height=\""+height+"\"></embed>";
|
html = "<embed src=\""+src+"\" autostart=\""+auto_start+"\" width=\""+width+"\" height=\""+height+"\"></embed>";
|
||||||
}
|
}
|
||||||
|
|
||||||
document.writeln(html);
|
document.writeln(html);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -241,6 +241,8 @@ function doFitBorderSize() {
|
||||||
var obj_list = xGetElementsByClassName('widgetBorder', xGetElementById('zonePageContent'));
|
var obj_list = xGetElementsByClassName('widgetBorder', xGetElementById('zonePageContent'));
|
||||||
for(var i=0;i<obj_list.length;i++) {
|
for(var i=0;i<obj_list.length;i++) {
|
||||||
var obj = obj_list[i];
|
var obj = obj_list[i];
|
||||||
|
if(xWidth(obj)<74) xWidth(obj,74);
|
||||||
|
if(xHeight(obj)<40) xHeight(obj,40);
|
||||||
xHeight(obj, xHeight(obj.parentNode));
|
xHeight(obj, xHeight(obj.parentNode));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue