Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / demos / tizen-winsets / widgets / pagelayout / tab-test.js
1 /* test file for content div control, not completed yet */
2 $( "#ctrlbar_5item" ).live( "click", function() {
3         var a;
4         $("#ctrlbar_5item").tabbar('enable', a);
5         $("#ctrlbar_5item").tabbar('disable', undefined);
6 });