Hi Team,
i modified your example nested-splitters.htm.
I would like to add a verical scrollbar in the first panel but javascript errors occurs. I am using latest firefox
Error: this.btnUp.jqxRepeatButton is not a function
Source File: file:///C:/jqwidget_1.7/jqwidgets/jqxscrollbar.js
Line: 6
I am sending you the source code :
This demonstration shows a complex layout implementation that shows nesting multiple splitters.
$(document).ready(function () {
var theme = ”;
$(‘#mainSplitter’).jqxSplitter({ theme: theme, width: ‘100%’, height: 800, orientation: ‘horizontal’,
panels: [{ size: 150 }, { size: 300 }, { size: 170}] });
$(“#jqxPanel”).jqxPanel({ width: ‘100%’, height: 70, theme: theme });
});
1111 2222 3333 44444 5555555 666666 77777 88888 9999
CENTER
South