Export 0.1.61
[platform/framework/web/web-ui-fw.git] / demos / tizen-winsets / widgets / switch / switch.html
old mode 100644 (file)
new mode 100755 (executable)
index 8f76143..1d36416
@@ -3,11 +3,16 @@
                <h1>Switch</h1>
        </div>
        <div class="content" data-role="content">
-               <div id="switch-1" data-role="toggleswitch" data-checked="false"></div>
-               <p/>
+               <p>Normal switches:</p>
                <div id="switch-2" data-role="toggleswitch"></div>
+               <br>
+               <p>Circle switches:</p>
+               <div id="switch-1" data-role="toggleswitch" data-icon="true" data-checked="false"></div>
+               <div id="switch-2" data-role="toggleswitch" data-icon="true" data-checked="true"></div>
+               <br>
                <p>Coordinated switches:</p>
                <div id="switch-1-coord" data-role="toggleswitch"></div>
+               <br>
                <div id="switch-2-coord" data-role="toggleswitch"></div>
        </div> <!-- /content -->
        <div data-role="footer">