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/widget.json | |
parent | dcea4f043adc7f37674feead31ded148d311ab72 (diff) | |
parent | 99c4dde13059ee8ba6cd4ea18ec121a631896496 (diff) | |
download | jquery-ui-8d4036cf901bfc6a5d2dd809fae86aedc643fac3.tar.gz jquery-ui-8d4036cf901bfc6a5d2dd809fae86aedc643fac3.zip |
Merge branch 'manifest'
Diffstat (limited to 'build/widget.json')
-rw-r--r-- | build/widget.json | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/build/widget.json b/build/widget.json new file mode 100644 index 000000000..6adddb121 --- /dev/null +++ b/build/widget.json @@ -0,0 +1,98 @@ +{ + "accordion": { + "dependencies": [], + "description": "Displays collapsible content panels for presenting information in a limited amount of space.", + "keywords": [ + "navigation", + "panel", + "collapse", + "expand" + ] + }, + "autocomplete": { + "dependencies": [ "menu", "position" ], + "description": "Lists suggested words as the user is typing.", + "keywords": [ + "form", + "word", + "predict", + "suggest" + ] + }, + "button": { + "dependencies": [], + "description": "Enhances a form with themable buttons.", + "keywords": [ + "form", + "radio", + "checkbox" + ] + }, + "dialog": { + "dependencies": [ "button", "draggable", "position", "resizable" ], + "description": "Displays customizable dialog windows.", + "keywords": [ + "modal", + "alert", + "popup" + ] + }, + "menu": { + "dependencies": [ "position" ], + "description": "Creates nestable menus.", + "keywords": [ + "dropdown", + "flyout" + ] + }, + "mouse": { + "dependencies": [], + "description": "Abstracts mouse-based interactions to assist in creating certain widgets.", + "keywords": [ + "abstraction" + ], + "category": "core" + }, + "progressbar": { + "dependencies": [], + "description": "Displays a status indicator for loading state, standard percentage, and other progress indicators.", + "keywords": [ + "determinate", + "status" + ] + }, + "slider": { + "dependencies": [ "mouse" ], + "description": "Displays a flexible slider with ranges and accessibility via keyboard.", + "keywords": [ + "form", + "number", + "range" + ] + }, + "spinner": { + "dependencies": [ "button" ], + "description": "Displays buttons to easily input numbers via the keyboard or mouse.", + "keywords": [ + "form", + "number", + "spinbutton", + "stepper" + ] + }, + "tabs": { + "dependencies": [], + "description": "Transforms a set of container elements into a tab structure.", + "keywords": [ + "navigation", + "panel", + "collapse", + "expand" + ] + }, + "tooltip": { + "dependencies": [ "position" ], + "description": "Shows additional information for any element on hover or focus.", + "keywords": [] + } +} |