splitview: Add new widget
authorsang-hee.lee <sang-hee.lee@samsung.com>
Mon, 25 Feb 2013 11:32:51 +0000 (20:32 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Fri, 22 Mar 2013 11:25:46 +0000 (20:25 +0900)
commit25e75b0d047af1b2672767bb847f514ade8623c9
tree28ed351ff848b3e541a989fcc0fc623345094ff5
parent8a2f2a62d1821dd46c2210fb4f011d81a7ba8373
splitview: Add new widget

Splitview widget enables a user to place and arrange several panels.
Each divided panel can show repective HTML contents.
HTML fragments or another Splitview can be placed on these panels.

Change-Id: Icaa7811c9544ee157a782d959b90cac9d1820cde
demos/tizen-winsets/index.html
demos/tizen-winsets/widgets/splitview.html [new file with mode: 0644]
libs/js/jquery-mobile-1.2.0/Makefile
src/js/widgets/jquery.mobile.tizen.splitview.js [new file with mode: 0644]
src/themes/tizen/common/jquery.mobile.tizen.splitview.less [new file with mode: 0644]
src/themes/tizen/tizen-white/Makefile
src/themes/tizen/tizen-white/style.less
tests/unit-tests/splitview/index.html [new file with mode: 0644]
tests/unit-tests/splitview/splitview-tests.js [new file with mode: 0644]
tests/unit-tests/tests.js