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/droppable | |
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/droppable')
-rw-r--r-- | demos/droppable/accepted-elements.html | 2 | ||||
-rw-r--r-- | demos/droppable/propagation.html | 2 | ||||
-rw-r--r-- | demos/droppable/revert.html | 2 | ||||
-rw-r--r-- | demos/droppable/visual-feedback.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/demos/droppable/accepted-elements.html b/demos/droppable/accepted-elements.html index 12c1db067..c5e034944 100644 --- a/demos/droppable/accepted-elements.html +++ b/demos/droppable/accepted-elements.html @@ -48,7 +48,7 @@ <div class="demo-description"> -<p>Specify using the <strong>accept</strong> option which element (or group of elements) is accepted by the target droppable.</p> +<p>Specify using the <code>accept</code> option which element (or group of elements) is accepted by the target droppable.</p> </div><!-- End demo-description --> </body> diff --git a/demos/droppable/propagation.html b/demos/droppable/propagation.html index 8d725a264..b8808ba01 100644 --- a/demos/droppable/propagation.html +++ b/demos/droppable/propagation.html @@ -64,7 +64,7 @@ <div class="demo-description"> -<p>When working with nested droppables — for example, you may have an editable directory structure displayed as a tree, with folder and document nodes — the <strong>greedy</strong> option set to true prevents event propagation when a draggable is dropped on a child node (droppable).</p> +<p>When working with nested droppables — for example, you may have an editable directory structure displayed as a tree, with folder and document nodes — the <code>greedy</code> option set to true prevents event propagation when a draggable is dropped on a child node (droppable).</p> </div><!-- End demo-description --> </body> diff --git a/demos/droppable/revert.html b/demos/droppable/revert.html index 1a67a4e96..8550667dc 100644 --- a/demos/droppable/revert.html +++ b/demos/droppable/revert.html @@ -48,7 +48,7 @@ <div class="demo-description"> -<p>Return the draggable (or it's helper) to its original location when dragging stops with the boolean <strong>revert</strong> option set on the <strong>draggable</strong>.</p> +<p>Return the draggable (or it's helper) to its original location when dragging stops with the boolean <code>revert</code> option set on the draggable.</p> </div><!-- End demo-description --> </body> diff --git a/demos/droppable/visual-feedback.html b/demos/droppable/visual-feedback.html index a53c39eb1..31c8fb5c4 100644 --- a/demos/droppable/visual-feedback.html +++ b/demos/droppable/visual-feedback.html @@ -63,7 +63,7 @@ <div class="demo-description"> -<p>Change the droppable's appearance on hover, or when the droppable is active (an acceptable draggable is dropped on it). Use the <strong>hoverClass</strong> or <strong>activeClass</strong> options to specify respective classes.</p> +<p>Change the droppable's appearance on hover, or when the droppable is active (an acceptable draggable is dropped on it). Use the <code>hoverClass</code> or <code>activeClass</code> options to specify respective classes.</p> </div><!-- End demo-description --> </body> |