diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-07-16 15:29:31 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-07-16 15:29:31 -0400 |
commit | 8d4036cf901bfc6a5d2dd809fae86aedc643fac3 (patch) | |
tree | 332f499d45d0d8dab1ec2f0a15a555a55ba41f3e /build/interaction.json | |
parent | dcea4f043adc7f37674feead31ded148d311ab72 (diff) | |
parent | 99c4dde13059ee8ba6cd4ea18ec121a631896496 (diff) | |
download | jquery-ui-8d4036cf901bfc6a5d2dd809fae86aedc643fac3.tar.gz jquery-ui-8d4036cf901bfc6a5d2dd809fae86aedc643fac3.zip |
Merge branch 'manifest'
Diffstat (limited to 'build/interaction.json')
-rw-r--r-- | build/interaction.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/build/interaction.json b/build/interaction.json new file mode 100644 index 000000000..d964c4ac3 --- /dev/null +++ b/build/interaction.json @@ -0,0 +1,36 @@ +{ + "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" + ] + } +}
\ No newline at end of file |