mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@618 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
052f5bd2b3
commit
b25924ebc4
4 changed files with 151 additions and 216 deletions
|
|
@ -66,12 +66,13 @@ function insertSlideShow() {
|
|||
var height = xGetElementById("height").value;
|
||||
var make_thumbnail = "N";
|
||||
if(xGetElementById("make_thumbnail").checked) make_thumbnail = "Y";
|
||||
else make_thumbnail = "N";
|
||||
|
||||
var images_list = "";
|
||||
for(var i=0; i<list.length;i++) {
|
||||
images_list += list[i]+"\n";
|
||||
}
|
||||
|
||||
|
||||
if(selected_node) {
|
||||
selected_node.setAttribute("width", width);
|
||||
selected_node.setAttribute("height", height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue