diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-28 10:49:44 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-28 10:49:44 +0000 |
commit | 62b7c8eda897691d3031bf2b6a2a52c167c68e96 (patch) | |
tree | b786816f5b59baf1deca4737a4f288dca132d9de /demos/resizable | |
parent | ca2f0191da2e0fe40d04aba8fdab7dcac986e4ce (diff) | |
download | jquery-ui-62b7c8eda897691d3031bf2b6a2a52c167c68e96.tar.gz jquery-ui-62b7c8eda897691d3031bf2b6a2a52c167c68e96.zip |
demos: fixed demo descriptions to use CODE for option names instead of STRONG
Diffstat (limited to 'demos/resizable')
-rw-r--r-- | demos/resizable/animate.html | 2 | ||||
-rw-r--r-- | demos/resizable/aspect-ratio.html | 2 | ||||
-rw-r--r-- | demos/resizable/constrain-area.html | 2 | ||||
-rw-r--r-- | demos/resizable/delay-start.html | 2 | ||||
-rw-r--r-- | demos/resizable/max-min.html | 2 | ||||
-rw-r--r-- | demos/resizable/snap-to-grid.html | 2 | ||||
-rw-r--r-- | demos/resizable/synchronous-resize.html | 2 | ||||
-rw-r--r-- | demos/resizable/visual-feedback.html | 2 |
8 files changed, 8 insertions, 8 deletions
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 @@ <div class="demo-description"> -<p>Animate the resize action using the <strong>animate</strong> 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.</p> +<p>Animate the resize action using the <code>animate</code> 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.</p> </div><!-- End demo-description --> </body> 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 @@ <div class="demo-description"> -<p>Maintain the existing aspect ratio or set a new one to constrain the proportions on resize. Set the <strong>aspectRatio</strong> option to true, and optionally pass in a new ratio (i.e., 4/3)</p> +<p>Maintain the existing aspect ratio or set a new one to constrain the proportions on resize. Set the <code>aspectRatio</code> option to true, and optionally pass in a new ratio (i.e., 4/3)</p> </div><!-- End demo-description --> </body> 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 @@ <div class="demo-description"> -<p>Define the boundaries of the resizable area. Use the <strong>containment</strong> option to specify a parent DOM element or a jQuery selector, like 'document.'</p> +<p>Define the boundaries of the resizable area. Use the <code>containment</code> option to specify a parent DOM element or a jQuery selector, like 'document.'</p> </div><!-- End demo-description --> </body> 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 @@ <div class="demo-description"> -<p>Delay the start of resizng for a number of milliseconds with the <strong>delay</strong> option; prevent resizing until the cursor is held down and dragged a specifed number of pixels with the <strong>distance</strong> option.</p> +<p>Delay the start of resizng for a number of milliseconds with the <code>delay</code> option; prevent resizing until the cursor is held down and dragged a specifed number of pixels with the <code>distance</code> option.</p> </div><!-- End demo-description --> </body> 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 @@ <div class="demo-description"> -<p>Limit the resizable element to a maximum or minimum height or width using the <strong>maxHeight</strong>, <strong>maxWidth</strong>, <strong>minHeight</strong>, and <strong>minWidth</strong> options.</p> +<p>Limit the resizable element to a maximum or minimum height or width using the <code>maxHeight</code>, <code>maxWidth</code>, <code>minHeight</code>, and <code>minWidth</code> options.</p> </div><!-- End demo-description --> </body> 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 @@ <div class="demo-description"> -<p>Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the <strong>grid</strong> option.</p> +<p>Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the <code>grid</code> option.</p> </div><!-- End demo-description --> </body> 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 @@ <div class="demo-description"> -<p>Resize multiple elements simultaneously by clicking and dragging the sides of one. Pass a shared selector into the <strong>alsoResize</strong> option.</p> +<p>Resize multiple elements simultaneously by clicking and dragging the sides of one. Pass a shared selector into the <code>alsoResize</code> option.</p> </div><!-- End demo-description --> </body> 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 @@ <div class="demo-description"> -<p>Instead of showing the actual element during resize, set the <strong>ghost</strong> option to true to show a semi-transparent part of the element.</p> +<p>Instead of showing the actual element during resize, set the <code>ghost</code> option to true to show a semi-transparent part of the element.</p> </div><!-- End demo-description --> </body> |