http://code.google.com/p/xe-core/issues/detail?id=2367
/?act=dispLayoutPreviewWithModule&module_name=모듈이름&target_mid=모듈ID&layout_srl=레이아웃srl&skin=스킨이름&skin_type=M/P
위의 값을 iframe source로 사용.
스킨/레이아웃 추가 설정 정보는 아래 구조로 iframe에 post전송
var skin_vars= {};
skin_vars.colorset = 'white';
skin_vars.default_style = 'blahblah';
<input type="hidden" name="skin_vars" value="getJSON(skin_vars)" />
var layout_vars = {};
layout_vars.title = 'title';
layout_vars.description = 'blblblbl';
<input type="hidden" name="layout_vars" value="getJSON(layout_vars)" />