Hello,
Is there any method to set autohide to true or false value ?
If not any, Could you please tell me how to do that ?
I want to set autohide not in my configuration’s sidebar
var mySidebar = new dhtmlXSideBar({
header:true,
autohide:true
});
Thank’s.