From 4e02942edcdc4b5c416ba304a7e13c8b9d7154ae Mon Sep 17 00:00:00 2001 From: Jinhyuk Jun Date: Wed, 9 Jan 2013 16:04:47 +0900 Subject: [PATCH] toggleswitch : demo page modify input detail guide for toggle switch Change-Id: I9d651e6cd62edf4ab0d6a84d6c35f896e6afe9b6 --- .../tizen-winsets/widgets/switch/toggleswitch.html | 26 ++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/demos/tizen-winsets/widgets/switch/toggleswitch.html b/demos/tizen-winsets/widgets/switch/toggleswitch.html index fcd7c67..6be30f0 100755 --- a/demos/tizen-winsets/widgets/switch/toggleswitch.html +++ b/demos/tizen-winsets/widgets/switch/toggleswitch.html @@ -2,21 +2,38 @@

ToggleSwitch

+
+
+

-

+
+

Tizen UX toggle switch has image button for on/off.
+ To display image toggle switch, use jqueryMobile data-role="slider"
+ then remove text for option tag

+

+ add element's width to css file
+ <select data-role="slider">
+  <option value="off"></option>
+  <option value="on"></option>
+ </select>
+



+
- + +

-
+
+

To display jqm style swtich,
+ set text for option tag

+


@@ -33,6 +50,7 @@  }

+
-- 2.7.4