Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -13,7 +13,7 @@ function Init() {
|
||||
var param = window.dialogArguments;
|
||||
document.getElementById("f_text").value = param["f_text"];
|
||||
document.getElementById("f_text").focus();
|
||||
};
|
||||
}
|
||||
|
||||
function onOK() {
|
||||
// pass data back to the calling window
|
||||
@@ -21,12 +21,12 @@ function onOK() {
|
||||
param["f_text"] = document.getElementById("f_text").value;
|
||||
__dlg_close(param);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
__dlg_close(null);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
@@ -43,4 +43,4 @@ function onCancel() {
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
@@ -18,7 +18,7 @@ function Init() {
|
||||
document.getElementById(fields[i]).value = param[fields[i]];
|
||||
}
|
||||
document.getElementById("f_name").focus();
|
||||
};
|
||||
}
|
||||
|
||||
function onOK() {
|
||||
var required = {
|
||||
@@ -39,12 +39,12 @@ function onOK() {
|
||||
}
|
||||
__dlg_close(param);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
__dlg_close(null);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
@@ -87,4 +87,4 @@ function onCancel() {
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
@@ -72,7 +72,7 @@ function Init() {
|
||||
}
|
||||
window.resizeTo(320,height);
|
||||
document.getElementById("f_name").focus();
|
||||
};
|
||||
}
|
||||
|
||||
function onOK() {
|
||||
var el = document.getElementById("f_name");
|
||||
@@ -99,12 +99,12 @@ function onOK() {
|
||||
}
|
||||
__dlg_close(param);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
__dlg_close(null);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
@@ -176,4 +176,4 @@ function onCancel() {
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
@@ -17,7 +17,7 @@ function Init() {
|
||||
document.getElementById(fields[i]).value = param[fields[i]];
|
||||
}
|
||||
document.getElementById("f_text").focus();
|
||||
};
|
||||
}
|
||||
|
||||
function onOK() {
|
||||
// pass data back to the calling window
|
||||
@@ -28,12 +28,12 @@ function onOK() {
|
||||
}
|
||||
__dlg_close(param);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
__dlg_close(null);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
@@ -56,4 +56,4 @@ function onCancel() {
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
@@ -28,7 +28,7 @@ function Init() {
|
||||
document.getElementById("f_select").options[i] = new Option(param.f_options[i].text, param.f_options[i].value);
|
||||
}
|
||||
document.getElementById("f_name").focus();
|
||||
};
|
||||
}
|
||||
|
||||
function onOK() {
|
||||
var el = document.getElementById("f_name");
|
||||
@@ -64,12 +64,12 @@ function onOK() {
|
||||
param["f_options"] = optionNodes;
|
||||
__dlg_close(param);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
__dlg_close(null);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
//functions to build select options list
|
||||
@@ -206,4 +206,4 @@ function swapOptions(obj,i,j) {
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
@@ -24,7 +24,7 @@ function Init() {
|
||||
}
|
||||
}
|
||||
document.getElementById("f_name").focus();
|
||||
};
|
||||
}
|
||||
|
||||
function onOK() {
|
||||
var el = document.getElementById("f_name");
|
||||
@@ -50,12 +50,12 @@ function onOK() {
|
||||
}
|
||||
__dlg_close(param);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
__dlg_close(null);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
@@ -110,4 +110,4 @@ function onCancel() {
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user