techno_adi
09-25-2006, 05:49 AM
Hi,
While creating split-bar, i want it to be created without the 'elementtodrag'
object.
i.e. some what like this
var YSB = YAHOO.ext.SplitBar;
var split1 = new YSB(null, 'lnav', null, YSB.LEFT);
Questions:
Is this possible? (coz. i tried it's giving me some errors)
How do i make it possible? (except for the fact that i can tweak the minSize and maxSize to the same value and remove the e-resize cursor from the lsplit, but still having the lsplit panel on my page. This doesn't seem right to me)
While creating split-bar, i want it to be created without the 'elementtodrag'
object.
i.e. some what like this
var YSB = YAHOO.ext.SplitBar;
var split1 = new YSB(null, 'lnav', null, YSB.LEFT);
Questions:
Is this possible? (coz. i tried it's giving me some errors)
How do i make it possible? (except for the fact that i can tweak the minSize and maxSize to the same value and remove the e-resize cursor from the lsplit, but still having the lsplit panel on my page. This doesn't seem right to me)