From 44dda079c0d632ffc97e08a0cc63dc3db0f459a9 Mon Sep 17 00:00:00 2001 From: Karl Swedberg Date: Wed, 11 Jul 2012 08:59:03 -0400 Subject: [PATCH] Update descriptions of UI components in manifest files. --- build/core.json | 6 +++--- build/effects.json | 22 +++++++++++----------- build/widgets.json | 30 +++++++++++++++--------------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/build/core.json b/build/core.json index 366abf8e1..5273ebf7a 100644 --- a/build/core.json +++ b/build/core.json @@ -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", diff --git a/build/effects.json b/build/effects.json index ef69ef82b..b35bbb371 100644 --- a/build/effects.json +++ b/build/effects.json @@ -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." } } diff --git a/build/widgets.json b/build/widgets.json index e39b046a4..b518e6d0b 100644 --- a/build/widgets.json +++ b/build/widgets.json @@ -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" @@ -63,14 +63,14 @@ }, "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" @@ -78,21 +78,21 @@ }, "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", @@ -101,7 +101,7 @@ }, "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" @@ -109,7 +109,7 @@ }, "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", @@ -129,7 +129,7 @@ }, "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": [] } } -- 2.39.5