From Design pattern
Jump to: navigation, search
(625번 사례)
Line 1: Line 1:
 
위치를 변경하고자 하는 항목의 순서를 바꾼다. Drag and dorp하여 순서를 바꾸는 경우는 Dealing with data의 Sort by drag-and-drop에 해당한다.
 
위치를 변경하고자 하는 항목의 순서를 바꾼다. Drag and dorp하여 순서를 바꾸는 경우는 Dealing with data의 Sort by drag-and-drop에 해당한다.
  
== It works like this ==
+
 
== Use When ==
+
 
*
+
 
== Examples ==
 
== Examples ==
 
=== 625번 사례 ===
 
=== 625번 사례 ===

Revision as of 10:22, 14 May 2014

위치를 변경하고자 하는 항목의 순서를 바꾼다. Drag and dorp하여 순서를 바꾸는 경우는 Dealing with data의 Sort by drag-and-drop에 해당한다.


Examples

625번 사례

  • 사례 설명 입력 예정