Changeset 10952
- Timestamp:
- 10/18/07 18:04:38 (13 months ago)
- Location:
- dijit/trunk
- Files:
-
- 3 modified
-
form/Slider.js (modified) (1 diff)
-
tests/form/test_Slider.html (modified) (2 diffs)
-
tests/test_TitlePane.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/form/Slider.js
r10730 r10952 94 94 _onBarClick: function(e){ 95 95 if(this.disabled || !this.clickSelect){ return; } 96 dijit.focus(this.sliderHandle); 96 97 dojo.stopEvent(e); 97 98 var abspos = dojo.coords(this.sliderBarContainer, true); -
dijit/trunk/tests/form/test_Slider.html
r10848 r10952 34 34 Also try using the arrow keys, buttons, or clicking on the progress bar to move the slider. 35 35 <br> 36 <br>initial value=10, min=0, max=100, onChange event triggers input box value change immediately<br>36 <br>initial value=10, min=0, max=100, pageIncrement=100, onChange event triggers input box value change immediately<br> 37 37 38 38 <div dojoType="dijit.form.HorizontalSlider" name="horizontal1" … … 41 41 maximum="100" 42 42 minimum="0" 43 pageIncrement="100" 43 44 showButtons="false" 44 45 intermediateChanges="true" -
dijit/trunk/tests/test_TitlePane.html
r10409 r10952 31 31 32 32 <h1>Test #1: plain title pane, width=300px</h1> 33 <div dojoType="dijit.TitlePane" title="Title Pane #1" style="width: 300px;">33 <div id="test1" dojoType="dijit.TitlePane" title="Title Pane #1" style="width: 300px;"> 34 34 Lorem Ipsum Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque 35 35 iaculis, nulla id semper faucibus, pede tellus nonummy magna, vitae adipiscing … … 44 44 45 45 <div dojoType="dijit.TitlePane" title="Title Pane #2" id="pane_2" style="width: 300px;"> 46 <script type="dojo/connect" event="startup"> 47 alert('pane_2:startup'); 48 </script> 46 49 <form> 47 50 Age: <input><br>