Menu

CopyLayout_API

Anonymous

http://code.google.com/p/xe-core/issues/detail?id=2601

var params = new Array();
params['layout_srl'] = layout_srl;
params['title'] = 'New01'; //생략시 랜덤하게 생성
exec_xml("layout","procLayoutAdminCopyLayout", params, completeTmp);

or

<form method="post" action="./">
     <input type="hidden" name="act" value="procLayoutAdminCopyLayout" />
     <input type="hidden" name="layout_srl" value="layout_srl" />
</form>

Related

Wiki: ServerAPI

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.