SMALL
5. Button
1. Default Button
<!-- Content Start --> <div data-role="content"> <a href="#" data-role="button">Button</a> </div> |
2. data-theme [a ~ g]
3. Button Group <div data-role="controlgroup">
<!-- Content Start --> <div data-role="content"> <div data-role="controlgroup"> <a href="#" data-role="button">Yes</a> <a href="#" data-role="button">No</a> <a href="#" data-role="button">Maybe</a> </div> </div> |
<!-- Content Start --> <div data-role="content"> <div data-role="controlgroup" data-type="horizontal"> <a href="#" data-role="button">Yes</a> <a href="#" data-role="button">No</a> <a href="#" data-role="button">Maybe</a> </div> </div> |
LIST
'Skills > Mobile' 카테고리의 다른 글
[Bootstrap] Download and apply (0) | 2015.01.20 |
---|---|
[jQuery Mobile] Web/App Hybrid 만들기 6. ui-grid (0) | 2014.01.24 |
[jQuery Mobile] Web/App Hybrid 만들기 4. Footer Bar (0) | 2014.01.20 |
[jQuery Mobile] Web/App Hybrid 만들기 3. Header Bar (0) | 2014.01.17 |
[jQuery Mobile] Web/App Hybrid 만들기 2. Frame 구성 (0) | 2014.01.17 |