Menu

RemoveLayout_API

Anonymous

기존 액션 이용.

var params = new Array();
params['layout_srl'] = layout_srl;
exec_xml("layout","procLayoutAdminDelete", params, completeTmp);

or

<form method="post" action="./">
     <input type="hidden" name="act" value="procLayoutAdminDelete" />
     <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.