From a02533f93d99f7ad2cc95e49bdcc077662e20346 Mon Sep 17 00:00:00 2001 From: Youmin Ha Date: Sun, 20 Jan 2013 15:17:31 +0900 Subject: [PATCH] demo: clear input text value with cancel button click When the cancel button is clicked, clear all input text values. Resolves N_SE-22002. Change-Id: I2ccf6ad7db63f13ec7f47992c73545b7dc37b763 --- demos/tizen-winsets/widgets/popupwindow/popup.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/demos/tizen-winsets/widgets/popupwindow/popup.html b/demos/tizen-winsets/widgets/popupwindow/popup.html index c6832be..d7f8512 100755 --- a/demos/tizen-winsets/widgets/popupwindow/popup.html +++ b/demos/tizen-winsets/widgets/popupwindow/popup.html @@ -299,13 +299,18 @@

PopupTest

- - + + +
+
+ OK + Cancel +
-
- OK - Cancel -
-- 2.7.4