http://code.google.com/p/xe-core/issues/detail?id=2584
var params = new Array();
var response_tags = new Array('html');
params['layout_srl'] = layout_srl;
exec_xml("layout","getLayoutAdminSetInfoView", params, completeTmp, response_tags);
위와 같이 호출 하면 레이아웃 설정 html string이 리턴됨.