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

This commit is contained in:
zero 2007-03-26 08:01:55 +00:00
parent 749dc4a9ab
commit ed4637125a
5 changed files with 23 additions and 2 deletions

View file

@ -63,6 +63,15 @@
$this->setMessage('success_updated');
}
/**
* @brief 컴포넌트의 위치 변경
**/
function doMoveListOrder() {
$args->component_name = Context::get('component_name');
$args->mode = Context::get('mode');
}
/**
* @brief 컴포넌트에서 ajax요청시 해당 컴포넌트의 method를 실행
**/