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

This commit is contained in:
zero 2007-03-26 09:09:29 +00:00
parent 7472e1165f
commit 062bca7301
10 changed files with 116 additions and 2 deletions

View file

@ -24,3 +24,7 @@ function completeUpdate(ret_obj) {
alert(ret_obj['message']);
location.href = location.href;
}
function doSetupComponent(component_name) {
winopen("./?module=editor&act=setupComponent&component_name="+component_name, "SetupComponent","width=10,height=10,scrollbars=no,resizable=no,toolbars=no");
}