Difference between revisions of "File:Slider (computing) example.PNG"

From Star Wars Combine :: Game Guide
Jump to: navigation, search
 
m
 
Line 1: Line 1:
 
+
<div id="slider-bg" class="yui-v-slider" tabindex="-1" title="Slider">
 +
2     <div id="slider-thumb" class="yui-slider-thumb"><img src="http://yui.yahooapis.com/2.9.0/build/slider/assets/thumb-bar.gif"></div>
 +
3 </div>
 +
4 <p>Pixel value: <span id="slider-value">0</span></p>
 +
5
 +
6 <p>Converted value:
 +
7 <input autocomplete="off" id="slider-converted-value" type="text" value="0" size="4" maxlength="4" />
 +
8 </p>
 +
9
 +
10 <!--We'll use these to trigger interactions with the Slider API -->
 +
11 <button id="putval">Change slider value to 100 (converted value 150)</button>
 +
12 <button id="getval">Write current value to the Logger</button>

Latest revision as of 17:49, 27 June 2011

4

Pixel value: 0

5

6

Converted value: 7 <input autocomplete="off" id="slider-converted-value" type="text" value="0" size="4" maxlength="4" /> 8

9 10 11 <button id="putval">Change slider value to 100 (converted value 150)</button> 12 <button id="getval">Write current value to the Logger</button>

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:26, 27 June 2011Thumbnail for version as of 17:26, 27 June 20111,085 × 1,174 (702 KB)KevoNB1 (talk | contribs)
  • You cannot overwrite this file.

There are no pages that link to this file.