upload tizen1.0 source
[framework/web/web-ui-fw.git] / demos / tizen-gray / widgets / list / list-multiline.html
1 <div data-role="page" id="genlist-multiline" data-add-back-btn="true">
2
3 <div data-role="header">
4         <h1>Multiline lists</h1>
5 </div>
6
7 <div data-role="content">
8         <ul data-role="listview">
9                 <li class="ui-li-3-4-1">
10                         <h1>3-4-1 Main item</h1>
11                         Hundres of charities, hobby clubs and professional associations in the suburbs and thousands in the state could be forced to pay taxes for the first time next year.
12                 </li>
13                 <li class="ui-li-3-4-5">
14                         <h1>3-4-5</h1>
15                         Hundres of charities, hobby clubs and professional associations in the suburbs and thousands in the state could be forced to pay taxes for the first time next year.
16                 </li>
17         </ul>
18 </div>
19
20 </div>