diff options
author | Richard Worth <rdworth@gmail.com> | 2008-11-18 02:55:25 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-11-18 02:55:25 +0000 |
commit | 29f7dc9a2c078495f6a0ed13c531733146528fb4 (patch) | |
tree | 5d56f5a7ecba3c8173de3322c2a85bfecf61348b /demos/functional/templates | |
parent | ce69e7ced4e8786ca5164372007c48a11ba90e72 (diff) | |
download | jquery-ui-29f7dc9a2c078495f6a0ed13c531733146528fb4.tar.gz jquery-ui-29f7dc9a2c078495f6a0ed13c531733146528fb4.zip |
Removed all trailing whitespace from .js and .html files
Diffstat (limited to 'demos/functional/templates')
-rw-r--r-- | demos/functional/templates/ui.dialog.html | 4 | ||||
-rw-r--r-- | demos/functional/templates/ui.droppable.photos.html | 2 | ||||
-rw-r--r-- | demos/functional/templates/ui.effects.easing.html | 2 | ||||
-rw-r--r-- | demos/functional/templates/ui.effects.general.html | 4 | ||||
-rw-r--r-- | demos/functional/templates/ui.progressbar.html | 4 | ||||
-rw-r--r-- | demos/functional/templates/ui.slider.html | 6 | ||||
-rw-r--r-- | demos/functional/templates/ui.sortable.ex1.html | 16 | ||||
-rw-r--r-- | demos/functional/templates/ui.sortable.ex3.html | 10 | ||||
-rw-r--r-- | demos/functional/templates/ui.sortable.html | 12 | ||||
-rw-r--r-- | demos/functional/templates/ui.spinner.html | 4 | ||||
-rw-r--r-- | demos/functional/templates/ui.tabs.ex1.html | 6 |
11 files changed, 35 insertions, 35 deletions
diff --git a/demos/functional/templates/ui.dialog.html b/demos/functional/templates/ui.dialog.html index 75e87b875..91628119e 100644 --- a/demos/functional/templates/ui.dialog.html +++ b/demos/functional/templates/ui.dialog.html @@ -1,11 +1,11 @@ <script type="text/javascript"> var model = { - + renderAt: '#containerDemo', title: 'Dialog Demos', - + demos: [ { diff --git a/demos/functional/templates/ui.droppable.photos.html b/demos/functional/templates/ui.droppable.photos.html index deab134dc..7dbb7bdc9 100644 --- a/demos/functional/templates/ui.droppable.photos.html +++ b/demos/functional/templates/ui.droppable.photos.html @@ -11,7 +11,7 @@ <img src="templates/images/P1010044.JPG" alt="Tatry 4" title="Drag me!" /> </li> </ul> - + <div class="droppable-photos-container" style="text-align: center;">Drop here!</div> </div>
\ No newline at end of file diff --git a/demos/functional/templates/ui.effects.easing.html b/demos/functional/templates/ui.effects.easing.html index 6927ec73b..b008b89ea 100644 --- a/demos/functional/templates/ui.effects.easing.html +++ b/demos/functional/templates/ui.effects.easing.html @@ -95,7 +95,7 @@ { desc: 'Bounce ease in out', source: '$("#area").click(function(event) { moveToHere(event, "easeInOutBounce"); });' }, ] } - + ] }; diff --git a/demos/functional/templates/ui.effects.general.html b/demos/functional/templates/ui.effects.general.html index 31b1827e2..eb3943727 100644 --- a/demos/functional/templates/ui.effects.general.html +++ b/demos/functional/templates/ui.effects.general.html @@ -75,7 +75,7 @@ { desc: 'Scale from bottom-right', source: '$("#doScale").click(function() { $("#scale").effect("scale", {origin: ["bottom", "right"], percent: 50}, 800); });' } ] }, - + { title: 'Size', desc: 'Changes the size of an element by specifying a width and height.', @@ -126,7 +126,7 @@ { desc: 'Transfer with extra class', source: '$("#doTransfer").click(function() { $("#transfer").effect("transfer", {to: "#target", className: "transferring"}, 800); });' } ] } - + ] }; diff --git a/demos/functional/templates/ui.progressbar.html b/demos/functional/templates/ui.progressbar.html index 6c33203e6..324f29fa4 100644 --- a/demos/functional/templates/ui.progressbar.html +++ b/demos/functional/templates/ui.progressbar.html @@ -1,11 +1,11 @@ <script type="text/javascript"> var model = { - + renderAt: '#containerDemo', title: 'Progressbar Demos', - + demos: [ { diff --git a/demos/functional/templates/ui.slider.html b/demos/functional/templates/ui.slider.html index c05cd605e..3245fe5fa 100644 --- a/demos/functional/templates/ui.slider.html +++ b/demos/functional/templates/ui.slider.html @@ -1,11 +1,11 @@ <script type="text/javascript"> var model = { - + renderAt: '#containerDemo', title: 'Slider Demos', - + demos: [ { @@ -20,7 +20,7 @@ } ] }, - + { title: 'Multiple slides', desc: 'You can also have multiples slides.', diff --git a/demos/functional/templates/ui.sortable.ex1.html b/demos/functional/templates/ui.sortable.ex1.html index 41bec8e99..4bab245b6 100644 --- a/demos/functional/templates/ui.sortable.ex1.html +++ b/demos/functional/templates/ui.sortable.ex1.html @@ -1,16 +1,16 @@ <div class="sortable-container"> - + <div id="example1"> - + <button onclick="$('#selectedUsers').sortable('enable')" type="button">Enable</button> <button onclick="$('#selectedUsers').sortable('disable')" type="button">Disable</button> <button onclick="alert($('#selectedUsers').sortable('serialize'))" type="button">Serialize!</button> <button onclick="alert($('#selectedUsers').sortable('toArray'))" type="button">ID's to Array!</button> - + <br><br> - + <div id="sortable-ex" style="min-height: 110px; min-height:110px; height: auto !important;"> - + <div style="float: left;"> Selected users <ul id="selectedUsers" style="cursor: hand; cursor: pointer;"> @@ -21,7 +21,7 @@ <li id='user_Kate'>Kate</li> </ul> </div> - + <div style="float: left; margin-left: 50px;"> User list <ul id="userList" style="cursor: hand; cursor: pointer;"> @@ -32,9 +32,9 @@ <li id='user_Daniel'>Daniel</li> </ul> </div> - + <br style="clear: both;"> - + </div> </div> </div>
\ No newline at end of file diff --git a/demos/functional/templates/ui.sortable.ex3.html b/demos/functional/templates/ui.sortable.ex3.html index e6fe28ee7..3ad538f3b 100644 --- a/demos/functional/templates/ui.sortable.ex3.html +++ b/demos/functional/templates/ui.sortable.ex3.html @@ -1,7 +1,7 @@ <div class="sortable-container"> - + <div id="example3"> - + <div style="min-height: 50px; min-height:50px; height:auto !important;"> <style type="text/css" media="screen"> #placeholderSortable li { @@ -15,9 +15,9 @@ <li id='user_Claire'>Claire</li> <li id='user_Daniel'>Daniel</li> </ul> - + </div> - + </div> - + </div>
\ No newline at end of file diff --git a/demos/functional/templates/ui.sortable.html b/demos/functional/templates/ui.sortable.html index 79cfadbfb..d532c0652 100644 --- a/demos/functional/templates/ui.sortable.html +++ b/demos/functional/templates/ui.sortable.html @@ -1,21 +1,21 @@ <script type="text/javascript"> var model = { - + onRenderEnd: function() { - + $.ui.disableSelection($('#sortable-ex').get(0)); - + }, - + renderAt: '#containerDemo', title: 'Sortable Demos', - + demos: [ { - + title: 'Sortable', desc: 'With few lines of code you could have sortable elements. You can try more options on the fly!', html: { url: 'templates/ui.sortable.ex1.html' }, diff --git a/demos/functional/templates/ui.spinner.html b/demos/functional/templates/ui.spinner.html index 3db5f288b..a2714d2c5 100644 --- a/demos/functional/templates/ui.spinner.html +++ b/demos/functional/templates/ui.spinner.html @@ -1,11 +1,11 @@ <script type="text/javascript"> var model = { - + renderAt: '#containerDemo', title: 'Spinner Demos', - + demos: [ { diff --git a/demos/functional/templates/ui.tabs.ex1.html b/demos/functional/templates/ui.tabs.ex1.html index 12d9740ba..30bd3ad44 100644 --- a/demos/functional/templates/ui.tabs.ex1.html +++ b/demos/functional/templates/ui.tabs.ex1.html @@ -1,13 +1,13 @@ <div id="tabsEx1"> - + <input type="button" onclick="$('#tabsEx1 > ul').tabs('add', '#appended-tab', 'New Tab');" value="Add new tab"> <input type="button" onclick="$('#tabsEx1 > ul').tabs('add', '#inserted-tab', 'New Tab', 1);" value="Insert tab"> <input type="button" onclick="$('#tabsEx1 > ul').tabs('disable', 1);" value="Disable tab 2"> <input type="button" onclick="$('#tabsEx1 > ul').tabs('enable', 1);" value="Enable tab 2"> <input type="button" onclick="$('#tabsEx1 > ul').tabs('select', 2);" value="Select tab 3"> - + <br><br> - + <ul style="height: 30px;"> <li><a href="#fragment-1"><span>One</span></a></li> <li><a href="#fragment-2"><span>Two</span></a></li> |