I like to make ui-layout-west section fixed width and how to hide resizable. I tried this, but I still see the right border of the ui-layout area.
in css:
.ui-layout-west { background: #F8F8FF !important; width: 300px !important; }
and in a Java script:
west: { enableCursorHotkey: false, closable: false, resizable: false, panespacing: 0 }
Any ideas on how to remove a reloadable bar or hide it?
user1471980
source share