From 49dff4bd4c15143cf156047d6c1b3f57094c4cc0 Mon Sep 17 00:00:00 2001 From: Koeun Choi Date: Wed, 16 Jan 2013 16:24:38 +0900 Subject: [PATCH] demo : remove trailing empty strings Change-Id: Ief8039bd409bc5d916824fa9cefb839fa969897e --- demos/tizen-winsets/widgets/button/button.html | 12 +- demos/tizen-winsets/widgets/checkbox/checkbox.html | 12 +- demos/tizen-winsets/widgets/checkbox/checkbox.js | 4 +- demos/tizen-winsets/widgets/datefield.html | 2 +- .../tizen-winsets/widgets/list/list-dialogue.html | 10 +- .../widgets/list/list-extendable.html | 2 +- demos/tizen-winsets/widgets/list/list.html | 6 +- .../widgets/list/virtuallist-db-demo.js | 2114 ++++++++++---------- .../widgets/list/virtuallist-normal.html | 2 +- .../widgets/list/virtuallist-normal_3_1_14.html | 2 +- .../widgets/list/virtuallist-normal_3_1_4.html | 2 +- .../tizen-winsets/widgets/naviframe/naviframe.html | 12 +- .../widgets/naviframe/naviframe_footer_more.html | 12 +- .../naviframe/naviframe_footer_more_button.html | 12 +- .../widgets/naviframe/naviframe_title_text.html | 12 +- .../naviframe/naviframe_title_text_1_btn.html | 12 +- .../naviframe/naviframe_title_text_2_btn.html | 12 +- .../naviframe/naviframe_title_text_multiline.html | 12 +- .../naviframe_title_text_multiline_src.html | 12 +- .../naviframe_title_text_multiline_src_2_btn.html | 12 +- .../naviframe/naviframe_title_text_src.html | 12 +- .../widgets/popupwindow/dialog-center-info.html | 12 +- demos/tizen-winsets/widgets/popupwindow/popup.html | 12 +- demos/tizen-winsets/widgets/radio/radio.html | 18 +- demos/tizen-winsets/widgets/segmentctrl.html | 86 +- demos/tizen-winsets/widgets/tabbar/tabbar.html | 12 +- .../widgets/tabbar/tabbar_footer.html | 16 +- .../widgets/tabbar/tabbar_footer_icon.html | 16 +- .../widgets/tabbar/tabbar_footer_more.html | 16 +- .../widgets/tabbar/tabbar_footer_segment.html | 16 +- .../widgets/tabbar/tabbar_footer_segment_more.html | 16 +- .../tizen-winsets/widgets/tabbar/tabbar_icon.html | 14 +- .../widgets/tabbar/tabbar_icon_text.html | 14 +- .../widgets/tabbar/tabbar_scrolling.html | 12 +- .../tizen-winsets/widgets/tabbar/tabbar_text.html | 12 +- .../widgets/tabbar/tabbar_title_icon.html | 12 +- .../widgets/tabbar/tabbar_title_text.html | 14 +- demos/tizen-winsets/widgets/tokentextarea-demo.js | 128 +- 38 files changed, 1357 insertions(+), 1357 deletions(-) diff --git a/demos/tizen-winsets/widgets/button/button.html b/demos/tizen-winsets/widgets/button/button.html index c46f89b..043277b 100755 --- a/demos/tizen-winsets/widgets/button/button.html +++ b/demos/tizen-winsets/widgets/button/button.html @@ -1,15 +1,15 @@ - - + + - - + + - - + +
diff --git a/demos/tizen-winsets/widgets/checkbox/checkbox.html b/demos/tizen-winsets/widgets/checkbox/checkbox.html index feb5499..25336be 100644 --- a/demos/tizen-winsets/widgets/checkbox/checkbox.html +++ b/demos/tizen-winsets/widgets/checkbox/checkbox.html @@ -1,17 +1,17 @@ - - + + - - + +
- +

Check

-
+

First checkbox check value : diff --git a/demos/tizen-winsets/widgets/checkbox/checkbox.js b/demos/tizen-winsets/widgets/checkbox/checkbox.js index 53d1d61..7a637d4 100644 --- a/demos/tizen-winsets/widgets/checkbox/checkbox.js +++ b/demos/tizen-winsets/widgets/checkbox/checkbox.js @@ -1,8 +1,8 @@ $( "#checkbox-demo" ).live("pagecreate", function () { $( "#check-1" ).bind('vclick', function () { console.log("clicked..."); - value = $( "#checkbox-1" ).prop( "checked" ); - // change checkbox property and update UI. + value = $( "#checkbox-1" ).prop( "checked" ); + // change checkbox property and update UI. $( "#checkbox-1" ).prop( "checked", !value ); $("#checkbox-1").checkboxradio( "refresh" ); // show checkbox1 property diff --git a/demos/tizen-winsets/widgets/datefield.html b/demos/tizen-winsets/widgets/datefield.html index bac05a3..c6edec1 100755 --- a/demos/tizen-winsets/widgets/datefield.html +++ b/demos/tizen-winsets/widgets/datefield.html @@ -7,7 +7,7 @@

  • Date/Time Picker(Custom) - (select a date first)
  • -
  • diff --git a/demos/tizen-winsets/widgets/list/list-dialogue.html b/demos/tizen-winsets/widgets/list/list-dialogue.html index 00c2315..b3efd25 100755 --- a/demos/tizen-winsets/widgets/list/list-dialogue.html +++ b/demos/tizen-winsets/widgets/list/list-dialogue.html @@ -129,34 +129,34 @@
  • - + 1line-bigicon1 (with link)
  • - + 1line-bigicon2 (with link) Sub text
  • - + 1line-bigicon4 (with link)
    Button
  • - + 1line-bigicon5 (with link)
  • - + 1line-bigicon5 (with link) @@ -20,20 +20,20 @@ - +

    Trigged When user clicks a radio button : (This is updated when user clicks a radio button )

    - + - + - + - -
  • + +
    diff --git a/demos/tizen-winsets/widgets/segmentctrl.html b/demos/tizen-winsets/widgets/segmentctrl.html index ff9bac1..d0e4d0d 100644 --- a/demos/tizen-winsets/widgets/segmentctrl.html +++ b/demos/tizen-winsets/widgets/segmentctrl.html @@ -27,51 +27,51 @@
    -
    -
    - segment toolbar segonly style with 4 buttons: - - - - - - - - -
    -
    -
    -
    - - - - -
    -
    +
    +
    + segment toolbar segonly style with 4 buttons: + + + + + + + + +
    +
    +
    +
    + + + + +
    +
    -
    -
    - - - - - - -
    -
    +
    +
    + + + + + + +
    +
    -
    -
    - - - - - - - - -
    -
    +
    +
    + + + + + + + + +
    +
    diff --git a/demos/tizen-winsets/widgets/tabbar/tabbar.html b/demos/tizen-winsets/widgets/tabbar/tabbar.html index e51c85d..b4e9ce9 100755 --- a/demos/tizen-winsets/widgets/tabbar/tabbar.html +++ b/demos/tizen-winsets/widgets/tabbar/tabbar.html @@ -1,15 +1,15 @@ - - + + - - + + - - + +
    diff --git a/demos/tizen-winsets/widgets/tabbar/tabbar_footer.html b/demos/tizen-winsets/widgets/tabbar/tabbar_footer.html index 5de1722..dc3461d 100755 --- a/demos/tizen-winsets/widgets/tabbar/tabbar_footer.html +++ b/demos/tizen-winsets/widgets/tabbar/tabbar_footer.html @@ -1,23 +1,23 @@ - - + + - - + + - - + +

    Tabbar text with title

    - +
    - +
    - +
    diff --git a/demos/tizen-winsets/widgets/tabbar/tabbar_scrolling.html b/demos/tizen-winsets/widgets/tabbar/tabbar_scrolling.html index b9d949b..b2ff20b 100755 --- a/demos/tizen-winsets/widgets/tabbar/tabbar_scrolling.html +++ b/demos/tizen-winsets/widgets/tabbar/tabbar_scrolling.html @@ -1,15 +1,15 @@ - - + + - - + + - - + +
    diff --git a/demos/tizen-winsets/widgets/tabbar/tabbar_text.html b/demos/tizen-winsets/widgets/tabbar/tabbar_text.html index c964348..0094448 100755 --- a/demos/tizen-winsets/widgets/tabbar/tabbar_text.html +++ b/demos/tizen-winsets/widgets/tabbar/tabbar_text.html @@ -1,15 +1,15 @@ - - + + - - + + - - + +
    diff --git a/demos/tizen-winsets/widgets/tabbar/tabbar_title_icon.html b/demos/tizen-winsets/widgets/tabbar/tabbar_title_icon.html index 97991e1..ab3b3dd 100755 --- a/demos/tizen-winsets/widgets/tabbar/tabbar_title_icon.html +++ b/demos/tizen-winsets/widgets/tabbar/tabbar_title_icon.html @@ -1,15 +1,15 @@ - - + + - - + + - - + +
    diff --git a/demos/tizen-winsets/widgets/tabbar/tabbar_title_text.html b/demos/tizen-winsets/widgets/tabbar/tabbar_title_text.html index d9cf34d..ee40060 100755 --- a/demos/tizen-winsets/widgets/tabbar/tabbar_title_text.html +++ b/demos/tizen-winsets/widgets/tabbar/tabbar_title_text.html @@ -1,15 +1,15 @@ - - + + - - + + - - + +
    @@ -23,7 +23,7 @@
    - +
    diff --git a/demos/tizen-winsets/widgets/tokentextarea-demo.js b/demos/tizen-winsets/widgets/tokentextarea-demo.js index 191351c..4035354 100755 --- a/demos/tizen-winsets/widgets/tokentextarea-demo.js +++ b/demos/tizen-winsets/widgets/tokentextarea-demo.js @@ -1,64 +1,64 @@ -( function ( $, window ) { - $( document ).ready( function () { - $( "#MBTaddItemTest" ).click( function () { - $( ":jqmData(role='tokentextarea')" ).tokentextarea( "add", "additem" ); - }); - - $( "#MBTremoveItemTest" ).click( function () { - $( ":jqmData(role='tokentextarea')" ).tokentextarea( "remove", 0 ); - }); - - $( "#MBTinputTextTest" ).click( function () { - $( ":jqmData(role='tokentextarea')" ).tokentextarea( "inputText", "Hello~~~" ); - }); - - $( "#MBTgetInputTextTest" ).click( function () { - var input = $( ":jqmData(role='tokentextarea')" ).tokentextarea( "inputText" ); - window.alert( "input String : " + input ); - }); - - $( "#MBTremoveAllItemTest" ).click( function () { - $( ":jqmData(role='tokentextarea')" ).tokentextarea( "remove" ); - $( ":jqmData(role='tokentextarea')" ).parents( ".ui-scrollview-view" ).parent().scrollview( "scrollTo", 0, 0 ); - }); - - $( "#MBTgetSelectedItemTest" ).click( function () { - var content = $( ":jqmData(role='tokentextarea')" ).tokentextarea( "select" ); - window.alert( "Select content : " + content ); - }); - - $( "#MBTselectItemTest" ).click( function () { - $( ":jqmData(role='tokentextarea')" ).tokentextarea( "select", 0 ); - }); - - $( "#MBTlengthTest" ).click( function () { - var length = $( ":jqmData(role='tokentextarea')" ).tokentextarea( "length" ); - window.alert( "length : " + length ); - }); - - $( "#MBTfocusInTest" ).click( function () { - $( ":jqmData(role='tokentextarea')" ).tokentextarea( "focusIn", 0 ); - }); - - $( "#MBTfocusOutTest" ).click( function () { - $( ":jqmData(role='tokentextarea')" ).tokentextarea( "focusOut", 0 ); - }); - - $( "#MBTdestroyTest" ).click( function () { - $( ":jqmData(role='tokentextarea')" ).tokentextarea( "destroy" ); - }); - - $( "#contentList a" ).click( function () { - var arg = $( this ).text(); - $( ":jqmData(role='tokentextarea')" ).tokentextarea( "add", arg ); - }); - - $( "#cancelBtn" ).click( function () { - $.mobile.changePage( "#tokentextarea", { - transition: "reverse slide", - reverse: false, - changeHash: false - } ); - }); - }); -} ( jQuery, window ) ); +( function ( $, window ) { + $( document ).ready( function () { + $( "#MBTaddItemTest" ).click( function () { + $( ":jqmData(role='tokentextarea')" ).tokentextarea( "add", "additem" ); + }); + + $( "#MBTremoveItemTest" ).click( function () { + $( ":jqmData(role='tokentextarea')" ).tokentextarea( "remove", 0 ); + }); + + $( "#MBTinputTextTest" ).click( function () { + $( ":jqmData(role='tokentextarea')" ).tokentextarea( "inputText", "Hello~~~" ); + }); + + $( "#MBTgetInputTextTest" ).click( function () { + var input = $( ":jqmData(role='tokentextarea')" ).tokentextarea( "inputText" ); + window.alert( "input String : " + input ); + }); + + $( "#MBTremoveAllItemTest" ).click( function () { + $( ":jqmData(role='tokentextarea')" ).tokentextarea( "remove" ); + $( ":jqmData(role='tokentextarea')" ).parents( ".ui-scrollview-view" ).parent().scrollview( "scrollTo", 0, 0 ); + }); + + $( "#MBTgetSelectedItemTest" ).click( function () { + var content = $( ":jqmData(role='tokentextarea')" ).tokentextarea( "select" ); + window.alert( "Select content : " + content ); + }); + + $( "#MBTselectItemTest" ).click( function () { + $( ":jqmData(role='tokentextarea')" ).tokentextarea( "select", 0 ); + }); + + $( "#MBTlengthTest" ).click( function () { + var length = $( ":jqmData(role='tokentextarea')" ).tokentextarea( "length" ); + window.alert( "length : " + length ); + }); + + $( "#MBTfocusInTest" ).click( function () { + $( ":jqmData(role='tokentextarea')" ).tokentextarea( "focusIn", 0 ); + }); + + $( "#MBTfocusOutTest" ).click( function () { + $( ":jqmData(role='tokentextarea')" ).tokentextarea( "focusOut", 0 ); + }); + + $( "#MBTdestroyTest" ).click( function () { + $( ":jqmData(role='tokentextarea')" ).tokentextarea( "destroy" ); + }); + + $( "#contentList a" ).click( function () { + var arg = $( this ).text(); + $( ":jqmData(role='tokentextarea')" ).tokentextarea( "add", arg ); + }); + + $( "#cancelBtn" ).click( function () { + $.mobile.changePage( "#tokentextarea", { + transition: "reverse slide", + reverse: false, + changeHash: false + } ); + }); + }); +} ( jQuery, window ) ); -- 2.7.4