git-svn-id: http://xe-core.googlecode.com/svn/trunk@552 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-19 13:59:16 +00:00
parent d66fbeef51
commit 16dd5a4984
4 changed files with 28 additions and 11 deletions

View file

@ -12,7 +12,9 @@ function getMultimedia() {
var url = node.getAttribute("src");
var caption = xInnerHtml(node);
var width = node.getAttribute("width");
if(width!=xWidth(node)) width = xWidth(node);
var height = node.getAttribute("height");
if(height!=xHeight(node)) height = xHeight(node);
var auto_start = node.getAttribute("auto_start");
xGetElementById("multimedia_url").value = url;