Demo: textarea size has been changed
authorhjnim.kim <hjnim.kim@samsung.com>
Fri, 18 Jan 2013 05:09:53 +0000 (14:09 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 18 Jan 2013 05:41:28 +0000 (14:41 +0900)
textarea size has been changed (cause content margin)

Change-Id: I047fa2270c6b5498dfee0bbe0996cba8c528ac80

demos/tizen-winsets/widgets/button/buttonNolist.html

index f41be55..0d8204f 100644 (file)
@@ -19,7 +19,7 @@
                *Default Button
                <div data-role="button">Button</div>
                HTML Code:
-               <textarea style="width:92%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><div data-role="button">Button</div></textarea>
+               <textarea style="width:80%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><div data-role="button">Button</div></textarea>
                <br/><br/>
                *Inline Button, Inline Button With Icon<br/>
                <div data-role="button" data-inline="true">DataInline True</div>
@@ -28,7 +28,7 @@
                <div data-role="button" data-inline="true" data-icon="favorite" data-style="nobg"></div>
                <div data-role="button" data-inline="true" data-icon="rename" data-style="circle"></div><br/>
                 HTML Code:
-                <textarea style="width:92%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><div data-role="button" data-inline="true">DataInline True</div>
+                <textarea style="width:80%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><div data-role="button" data-inline="true">DataInline True</div>
 <div data-role="button" data-inline="true" data-icon="call" data-iconpos="right">Icon Text</div>
 <div data-role="button" data-inline="true" data-icon="call" data-iconpos="left">Icon Text</div>
 <div data-role="button" data-inline="true" data-icon="favorite" data-style="nobg"></div>
@@ -36,7 +36,7 @@
                *Default Button (A tag)
                <a href="#buttonTest" data-role="button">A Tag Button</a>
                HTML Code:
-                <textarea style="width:92%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><a href="#buttonTest" data-role="button">A Tag Button</a></textarea>
+                <textarea style="width:80%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><a href="#buttonTest" data-role="button">A Tag Button</a></textarea>
                <br/><br/>
                *Button Icon Position top, bottom (with inline)
                <div data-role="button" data-icon="call" data-iconpos="top">PositionTop</div><br/>
@@ -44,7 +44,7 @@
                <div data-role="button" data-icon="reveal" data-iconpos="top" data-inline="true">PositionTop</div>
                <div data-role="button" data-icon="reveal" data-iconpos="bottom" data-inline="true">PositionBottom</div><br/>
                 HTML Code:
-               <textarea style="width:92%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><div data-role="button" data-icon="call" data-iconpos="top">PositionTop</div>
+               <textarea style="width:80%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><div data-role="button" data-icon="call" data-iconpos="top">PositionTop</div>
 <div data-role="button" data-icon="call" data-iconpos="bottom">PositionBottom</div>
 <div data-role="button" data-icon="reveal" data-iconpos="top" data-inline="true">PositionTop</div>
 <div data-role="button" data-icon="reveal" data-iconpos="bottom" data-inline="true">PositionBottom</div></textarea><br/><br/>
                <div data-role="button" data-inline="true" data-icon="test" style="width:150px;height:150px">Custom width,height</div>
                <div data-role="button" data-inline="true" data-icon="test2" data-style="circle"></div><br/>
                HTML Code:
-               <textarea style="width:92%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><div data-role="button" data-inline="true" data-icon="test">Custom</div>
+               <textarea style="width:80%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><div data-role="button" data-inline="true" data-icon="test">Custom</div>
 <div data-role="button" data-inline="true" data-icon="test" data-iconpos="top">Custom Top</div>
 <div data-role="button" data-inline="true" data-icon="test" data-iconpos="bottom">Custom Bottom</div>
 <div data-role="button" data-inline="true" data-icon="test" style="width:150px;height:150px">Custom width,height</div></textarea>
                CSS Code:<br/>
-               <textarea style="width:92%;padding:1em;background-color:whitesmoke;color:black;border-style:inset">.ui-icon-test{
+               <textarea style="width:80%;padding:1em;background-color:whitesmoke;color:black;border-style:inset">.ui-icon-test{
         background-size: 100% 100%;
         background-image: url(test.png);
 }
@@ -73,7 +73,7 @@
                *Input Type = "Button"
                <input type="button" value="test button"/>
                HTML Code:
-                <textarea style="width:92%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><input type="button" value="test button"/></textarea>
+                <textarea style="width:80%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"><input type="button" value="test button"/></textarea>
 
        </div>
        <div data-role="footer">