summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Slider.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Slider.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Slider.page24
1 files changed, 12 insertions, 12 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Slider.page b/demos/quickstart/protected/pages/Controls/Slider.page
index 5a6fa0d5..60422d0d 100644
--- a/demos/quickstart/protected/pages/Controls/Slider.page
+++ b/demos/quickstart/protected/pages/Controls/Slider.page
@@ -1,9 +1,9 @@
-<com:TContent ID="body" >
-
-<h1 id="4401">TSlider</h1>
-<com:DocLink ClassPath="System.Web.UI.WebControls.TSlider" />
-
-<p id="510314" class="block-content">
+<com:TContent ID="body" >
+
+<h1 id="4401">TSlider</h1>
+<com:DocLink ClassPath="System.Web.UI.WebControls.TSlider" />
+
+<p id="510314" class="block-content">
<tt>TSlider</tt> displays a slider for numeric input purpose. A slider consists of a <em>track</em>
which define the range of possible value, and a <em>handle</em> which can slide on the track, to select
a value in the range. The track can be either Horizontal or Vertical, depending of the <tt>Direction</tt>
@@ -47,9 +47,9 @@ You can also attach ClientSide javascript events handler to the slider :
<li><tt>ClientSide.onSlide</tt> is called when the handle is slided on the track. You can get the current value in the <b>value</b>
javascript variable. You can use this event to update on client side a label with the current value</li>
<li><tt>ClientSide.onChange</tt> is called when the slider value has changed (at the end of a move).</li>
-</ul>
-</p>
-
-<com:RunBar PagePath="Controls.Samples.TSlider.Home" />
-
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</ul>
+</p>
+
+<com:RunBar PagePath="Controls.Samples.TSlider.Home" />
+
+</com:TContent>