jaewing
08-21-2007, 07:03 PM
I can't seem to get a scrollbar in the uioutline "west" panel. The scrollbar does work in the "center" panel.
The property for "autoscroll" is set to "true" everywhere for the west panel (dominoUI.js, dominoiUI-min.js). I even added it (see below) and I still cant get a scrollbar. Is there something somewhere causing it to be turned off that I dont know about? Is it hidden?
I have been reading through the documentation on the borderlayout, contentpanel, etc...and I cant find any other property that sets this. Ive run through the posts, but it seems that this is all I needed to get a scrollbar from what I read.
var DemoApp = function() {
return {
init : function(){
this.ui = new Ext.nd.DominoUI({
uiOutline : {outlineName: "webMain"},
uiView : {viewName: "", viewTitle: ""},
west: {
split: true,
initialSize: 220,
minSize: 175,
maxSize: 400,
titlebar: true,
collapsible: true,
animate: true,
autoScroll: true,
fitToFrame: true
}
The property for "autoscroll" is set to "true" everywhere for the west panel (dominoUI.js, dominoiUI-min.js). I even added it (see below) and I still cant get a scrollbar. Is there something somewhere causing it to be turned off that I dont know about? Is it hidden?
I have been reading through the documentation on the borderlayout, contentpanel, etc...and I cant find any other property that sets this. Ive run through the posts, but it seems that this is all I needed to get a scrollbar from what I read.
var DemoApp = function() {
return {
init : function(){
this.ui = new Ext.nd.DominoUI({
uiOutline : {outlineName: "webMain"},
uiView : {viewName: "", viewTitle: ""},
west: {
split: true,
initialSize: 220,
minSize: 175,
maxSize: 400,
titlebar: true,
collapsible: true,
animate: true,
autoScroll: true,
fitToFrame: true
}