mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
36 lines
677 B
JSON
36 lines
677 B
JSON
{
|
|
"draggable": {
|
|
"description": "Enables dragging functionality for any element.",
|
|
"keywords": [
|
|
"drag",
|
|
"drop"
|
|
]
|
|
},
|
|
"droppable": {
|
|
"dependencies": [ "draggable" ],
|
|
"description": "Enables drop targets for draggable elements.",
|
|
"keywords": [
|
|
"drag",
|
|
"drop"
|
|
]
|
|
},
|
|
"resizable": {
|
|
"description": "Enables resize functionality for any element.",
|
|
"keywords": [
|
|
"resize"
|
|
]
|
|
},
|
|
"selectable": {
|
|
"description": "Allows groups of elements to be selected with the mouse.",
|
|
"keywords": [
|
|
"selection"
|
|
]
|
|
},
|
|
"sortable": {
|
|
"description": "Enables items in a list to be sorted using the mouse.",
|
|
"keywords": [
|
|
"sort",
|
|
"list"
|
|
]
|
|
}
|
|
} |