From 62b7c8eda897691d3031bf2b6a2a52c167c68e96 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 28 Jan 2009 10:49:44 +0000 Subject: demos: fixed demo descriptions to use CODE for option names instead of STRONG --- demos/resizable/animate.html | 2 +- demos/resizable/aspect-ratio.html | 2 +- demos/resizable/constrain-area.html | 2 +- demos/resizable/delay-start.html | 2 +- demos/resizable/max-min.html | 2 +- demos/resizable/snap-to-grid.html | 2 +- demos/resizable/synchronous-resize.html | 2 +- demos/resizable/visual-feedback.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'demos/resizable') diff --git a/demos/resizable/animate.html b/demos/resizable/animate.html index 3b7bd25f3..0b9e9a0de 100644 --- a/demos/resizable/animate.html +++ b/demos/resizable/animate.html @@ -31,7 +31,7 @@
-

Animate the resize action using the animate option (boolean). When this option is set to true, drag the outline to the desired location; the element animates to that size on drag stop.

+

Animate the resize action using the animate option (boolean). When this option is set to true, drag the outline to the desired location; the element animates to that size on drag stop.

diff --git a/demos/resizable/aspect-ratio.html b/demos/resizable/aspect-ratio.html index 62324f46f..774222567 100644 --- a/demos/resizable/aspect-ratio.html +++ b/demos/resizable/aspect-ratio.html @@ -30,7 +30,7 @@
-

Maintain the existing aspect ratio or set a new one to constrain the proportions on resize. Set the aspectRatio option to true, and optionally pass in a new ratio (i.e., 4/3)

+

Maintain the existing aspect ratio or set a new one to constrain the proportions on resize. Set the aspectRatio option to true, and optionally pass in a new ratio (i.e., 4/3)

diff --git a/demos/resizable/constrain-area.html b/demos/resizable/constrain-area.html index 7483e2219..9fc165ad0 100644 --- a/demos/resizable/constrain-area.html +++ b/demos/resizable/constrain-area.html @@ -35,7 +35,7 @@
-

Define the boundaries of the resizable area. Use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

+

Define the boundaries of the resizable area. Use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

diff --git a/demos/resizable/delay-start.html b/demos/resizable/delay-start.html index 2133c8e91..38f7cb6a7 100644 --- a/demos/resizable/delay-start.html +++ b/demos/resizable/delay-start.html @@ -42,7 +42,7 @@
-

Delay the start of resizng for a number of milliseconds with the delay option; prevent resizing until the cursor is held down and dragged a specifed number of pixels with the distance option.

+

Delay the start of resizng for a number of milliseconds with the delay option; prevent resizing until the cursor is held down and dragged a specifed number of pixels with the distance option.

diff --git a/demos/resizable/max-min.html b/demos/resizable/max-min.html index 8df70bc3d..ff3fc63d7 100644 --- a/demos/resizable/max-min.html +++ b/demos/resizable/max-min.html @@ -33,7 +33,7 @@
-

Limit the resizable element to a maximum or minimum height or width using the maxHeight, maxWidth, minHeight, and minWidth options.

+

Limit the resizable element to a maximum or minimum height or width using the maxHeight, maxWidth, minHeight, and minWidth options.

diff --git a/demos/resizable/snap-to-grid.html b/demos/resizable/snap-to-grid.html index ad8d66215..9365ade2e 100644 --- a/demos/resizable/snap-to-grid.html +++ b/demos/resizable/snap-to-grid.html @@ -30,7 +30,7 @@
-

Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

+

Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

diff --git a/demos/resizable/synchronous-resize.html b/demos/resizable/synchronous-resize.html index a2d79afd8..e72cff954 100644 --- a/demos/resizable/synchronous-resize.html +++ b/demos/resizable/synchronous-resize.html @@ -37,7 +37,7 @@
-

Resize multiple elements simultaneously by clicking and dragging the sides of one. Pass a shared selector into the alsoResize option.

+

Resize multiple elements simultaneously by clicking and dragging the sides of one. Pass a shared selector into the alsoResize option.

diff --git a/demos/resizable/visual-feedback.html b/demos/resizable/visual-feedback.html index fa53a2e56..11692c39c 100644 --- a/demos/resizable/visual-feedback.html +++ b/demos/resizable/visual-feedback.html @@ -31,7 +31,7 @@
-

Instead of showing the actual element during resize, set the ghost option to true to show a semi-transparent part of the element.

+

Instead of showing the actual element during resize, set the ghost option to true to show a semi-transparent part of the element.

-- cgit v1.2.3