JqxDragDrop: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
See above. | See above. | ||
[[Category:Language Reference]] | |||
[[Category:jqWidgets]] | |||
[[Category:Controls]] |
Revision as of 21:57, 27 February 2013
Description
jqxDragDrop is a plugin which will make any control draggable. It can be used in combination with many widgets like jqxTree, jqxGrid, jqxListBox and etc.
Properties and Methods
See the complete documentation at jqWidget's site: http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxdragdrop/jquery-dragdrop-getting-started.htm
Example
Dim n=0 Function DragDrop1_onTargetDrop() n=n+1 TextArea1.value=TextArea1.value & Label1.textContent & " " & n & vbCRLF End Function
Output
See above.