I am using a div in a multiview. I am wondering how I could use the scrolling for text that is extends beyond the view able area , i have tried implementing scroll view but no dice.
													{view:"multiview",
														cells:[
															{view: 'scrollview', scroll: 'xy',content: {rows: [{template:"<div id='detail' style='width:100%,height:100%'></div>"}]}, id: 'scrollview_3',id:'tab_1'},
															{view: 'scrollview', scroll: 'xy',content: {rows: [{template:"<div id='detailbody' style='width:100%,height:100%'></div>"}]}, id: 'scrollview_3',id:'tab_2'},
															{view: 'scrollview', scroll: 'xy',content: {rows: [{template:"<div id='directions' style='width:100%,height:100%'></div>"}]}, id: 'scrollview_3',id:'tab_3'}
														]}