]> source.dussan.org Git - jquery-ui.git/commitdiff
Update descriptions of UI components in manifest files.
authorKarl Swedberg <kswedberg@gmail.com>
Wed, 11 Jul 2012 12:59:03 +0000 (08:59 -0400)
committerKarl Swedberg <kswedberg@gmail.com>
Wed, 11 Jul 2012 12:59:03 +0000 (08:59 -0400)
build/core.json
build/effects.json
build/widgets.json

index 366abf8e1ffc4c8b231bebc4710116960c0c7590..5273ebf7ae4642ce75e88169cc0525793906fac9 100644 (file)
@@ -6,7 +6,7 @@
                "docs": "http://api.jqueryui.com/category/ui-core"
        },
        "datepicker": {
-               "description": "A datepicker than can be toggled from a input or displayed inline.",
+               "description": "Displays a calendar from an input or inline for selecting dates.",
                "dependencies": [ "core" ],
                "keywords": [
                        "form",
@@ -17,7 +17,7 @@
        },
        "effect": {
                "title": "jQuery UI Effects Core",
-               "description": "Extends the internal jQuery effects, includes morphing, easing and is required by all other effects.",
+               "description": "Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.",
                "keywords": [
                        "animation",
                        "show",
@@ -32,7 +32,7 @@
                "docs": "http://api.jqueryui.com/category/effects-core"
        },
        "position": {
-               "description": "A utility plugin for positioning elements relative to other elements.",
+               "description": "Positions elements relative to other elements.",
                "keywords": [
                        "offset",
                        "relative",
index ef69ef82b14ab9defcbda838e6ac2e5fc8179d27..b35bbb371e150ebe746173fc1862029f0e5a8189 100644 (file)
@@ -3,39 +3,39 @@
                "description": "Blinds the element."
        },
        "bounce": {
-               "description": "Bounces an element horizontally or vertically n-times."
+               "description": "Bounces an element horizontally or vertically n times."
        },
        "clip": {
                "description": "Clips the element on and off like an old TV."
        },
        "drop": {
-               "description": "A Drop out effect by moving the element in one direction and hiding it at the same time."
+               "description": "Moves an element in one direction and hides it at the same time."
        },
        "explode": {
-               "description": "The element explodes in all directions into n pieces. Also supports imploding again."
+               "description": "Explodes an element in all directions into n pieces. Implodes an element to its original wholeness."
        },
        "fade": {
-               "description": "Fades the element."
+               "description": "Fades an element."
        },
        "fold": {
-               "description": "Folds the element first horizontally and then vertically."
+               "description": "Folds an element first horizontally and then vertically."
        },
        "highlight": {
-               "description": "Highlights the background of the element in a defined color for a custom duration."
+               "description": "Highlights the background of an element in a defined color for a custom duration."
        },
        "pulsate": {
-               "description": "The element pulsates n times by changing the opacity to zero and back."
+               "description": "Pulsates an element n times by changing the opacity to zero and back."
        },
        "scale": {
-               "description": "Grow or shrink any element and its content and restore it again."
+               "description": "Grows or shrinks an element and its content. Restores an elemnt to its original size."
        },
        "shake": {
-               "description": "Shakes the element horizontally or vertically n times."
+               "description": "Shakes an element horizontally or vertically n times."
        },
        "slide": {
-               "description": "The element slides in and out of the viewport."
+               "description": "Slides an element in and out of the viewport."
        },
        "transfer": {
-               "description": "Transfer effect from one element to another."
+               "description": "Displays a transfer effect from one element to another."
        }
 }
index e39b046a4e4d6a29351e024aaf6dc20bb63c884b..b518e6d0b7d2a683b3351117c79b65df6726c2f5 100644 (file)
@@ -1,7 +1,7 @@
 {
        "accordion": {
                "dependencies": [],
-               "description": "Collapsable content panels for displaying information in a limited amount of space.",
+               "description": "Displays collapsable content panels for presenting information in a limited amount of space.",
                "keywords": [
                        "navigation",
                        "panel",
@@ -11,7 +11,7 @@
        },
        "autocomplete": {
                "dependencies": [ "menu", "position" ],
-               "description": "Provides a list of suggested words as the user is typing.",
+               "description": "Lists suggested words as the user is typing.",
                "keywords": [
                        "form",
                        "word",
@@ -21,7 +21,7 @@
        },
        "button": {
                "dependencies": [],
-               "description": "Enhance your forms with themable buttons.",
+               "description": "Enhances a form with themable buttons.",
                "keywords": [
                        "form",
                        "radio",
@@ -30,7 +30,7 @@
        },
        "dialog": {
                "dependencies": [ "button", "draggable", "position", "resizable" ],
-               "description": "Customizable dialog windows.",
+               "description": "Displays customizable dialog windows.",
                "keywords": [
                        "modal",
                        "alert",
@@ -39,7 +39,7 @@
        },
        "draggable": {
                "dependencies": [ "mouse" ],
-               "description": "Enable dragging functionality for any element.",
+               "description": "Enables dragging functionality for any element.",
                "keywords": [
                        "drag",
                        "drop"
@@ -47,7 +47,7 @@
        },
        "droppable": {
                "dependencies": [ "draggable", "mouse" ],
-               "description": "Create drop targets for draggable elements.",
+               "description": "Enables drop targets for draggable elements.",
                "keywords": [
                        "drag",
                        "drop"
@@ -55,7 +55,7 @@
        },
        "menu": {
                "dependencies": [ "position" ],
-               "description": "Easily create nestable menus.",
+               "description": "Creates nestable menus.",
                "keywords": [
                        "dropdown",
                        "flyout"
        },
        "mouse": {
                "dependencies": [],
-               "description": "An abstraction for any mouse-based interactions.",
+               "description": "Abstracts mouse-based interactions to assist in creating certain widgets.",
                "keywords": [
                        "abstraction"
                ]
        },
        "progressbar": {
                "dependencies": [],
-               "description": "A status indicator that can be used for a loading state and standard percentage indicators.",
+               "description": "Displays a status indicator for loading state, standard percentage, and other progress indicators.",
                "keywords": [
                        "determinate",
                        "status"
        },
        "resizable": {
                "dependencies": [ "mouse" ],
-               "description": "Enable resize functioality for any element.",
+               "description": "Enables resize functionality for any element.",
                "keywords": [
                        "resize"
                ]
        },
        "selectable": {
                "dependencies": [ "mouse" ],
-               "description": "Create groups of elements that can be selected with the mouse.",
+               "description": "Allows groups of elements to be selected with the mouse.",
                "keywords": [
                        "selection"
                ]
        },
        "slider": {
                "dependencies": [ "mouse" ],
-               "description": "A flexible slider with ranges and accessibility via keyboard.",
+               "description": "Displays a flexible slider with ranges and accessibility via keyboard.",
                "keywords": [
                        "form",
                        "number",
        },
        "sortable": {
                "dependencies": [ "mouse" ],
-               "description": "Sort items in a list using the mouse.",
+               "description": "Enables items in a list to be sorted using the mouse.",
                "keywords": [
                        "sort",
                        "list"
        },
        "spinner": {
                "dependencies": [ "button" ],
-               "description": "Easily input numbers via the keyboard or mouse.",
+               "description": "Displays buttons to easily input numbers via the keyboard or mouse.",
                "keywords": [
                        "form",
                        "number",
        },
        "tooltip": {
                "dependencies": [ "position" ],
-               "description": "Show additional information for any element on hover or focus.",
+               "description": "Shows additional information for any element on hover or focus.",
                "keywords": []
        }
 }