Tizen-winset: custom button texts have been changed
authorhjnim.kim <hjnim.kim@samsung.com>
Mon, 18 Feb 2013 06:11:21 +0000 (15:11 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 19 Feb 2013 07:58:44 +0000 (16:58 +0900)
Custom button texts have been changed ( button texts are too long )
N_SE-25421

Change-Id: Ia520871d09ca149112909e721e714a3c4e545b16

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

index b6e44f9..5d8786b 100644 (file)
 <div data-role="button" data-icon="call" data-iconpos="top" data-inline="true">PositionTop</div>
 <div data-role="button" data-icon="call" data-iconpos="bottom" data-inline="true">PositionBottom</div></textarea><br/><br/>
                *Custom Button:<br/>
-               <div data-role="button" data-inline="true" data-icon="call">Custom</div>
-               <div data-role="button" data-inline="true" data-icon="call" data-iconpos="top">Custom Top</div>
-               <div data-role="button" data-inline="true" data-icon="call" data-iconpos="bottom">Custom Bottom</div>
-               <div data-role="button" data-inline="true" data-icon="call" style="width:150px;height:150px">Custom width,height</div>
+               <div data-role="button" data-inline="true" data-icon="call">0</div>
+               <div data-role="button" data-inline="true" data-icon="call" data-iconpos="top">1</div>
+               <div data-role="button" data-inline="true" data-icon="call" data-iconpos="bottom">2</div>
+               <div data-role="button" data-inline="true" data-icon="call" style="width:150px;height:150px">3</div>
                <div data-role="button" data-inline="true" data-icon="call" data-style="circle"></div><br/>
                HTML Code:
-               <textarea style="width:80%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"  readonly="readonly" disabled><div data-role="button" data-inline="true" data-icon="call">Custom</div>
-<div data-role="button" data-inline="true" data-icon="call" data-iconpos="top">Custom Top</div>
-<div data-role="button" data-inline="true" data-icon="call" data-iconpos="bottom">Custom Bottom</div>
-<div data-role="button" data-inline="true" data-icon="call" style="width:150px;height:150px">Custom width,height</div></textarea>
+               <textarea style="width:80%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"  readonly="readonly" disabled><div data-role="button" data-inline="true" data-icon="call">0</div>
+<div data-role="button" data-inline="true" data-icon="call" data-iconpos="top">1</div>
+<div data-role="button" data-inline="true" data-icon="call" data-iconpos="bottom">2</div>
+<div data-role="button" data-inline="true" data-icon="call" style="width:150px;height:150px">3</div></textarea>
                CSS Code:<br/>
                <textarea style="width:80%;padding:1em;background-color:whitesmoke;color:black;border-style:inset"  readonly="readonly" disabled>.ui-icon-test{
         background-size: 100% 100%;