Merge branch 'master' into tizen_2.1
authorYoumin Ha <youmin.ha@samsung.com>
Wed, 10 Apr 2013 15:21:08 +0000 (00:21 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Wed, 10 Apr 2013 15:21:08 +0000 (00:21 +0900)
Conflicts:
demos/tizen-winsets/widgets/popupwindow/popupwindow.js

1  2 
demos/tizen-winsets/widgets/popupwindow/popupwindow.js
src/js/widgets/jquery.mobile.tizen.tokentextarea.js

@@@ -1,13 -1,6 +1,8 @@@
- $("#popupwindow-demo").bind("pageshow", function() {
-       $('#popupwindow-demo-transition-' + $("#popupContent2").popupwindow("option", "transition"))
-         .attr("checked", "true")
-         .checkboxradio("refresh");
-       $(this).find('#progressbar').progressbar('start');
- });
- $('input[name=popupwindow-demo-transition-choice]').bind("change", function(e) {
-       $("#popupContent2").popupwindow("option", "transition", $(this).attr("id").split("-").pop());
+ $( document ).one( "pageinit", "#popupwindow-demo", function () {
+       $("#btn_textbox_popup_cancel").on("vclick", function ( ev ) {
+               $("#textbox_popup").find("input").val("");
+               $("#textbox_popup").popup("close");
+       });
  });
 +
 +