I am using the Extension Library Application control to provide a left menu on my page, with a banner at the top. Most of the things like footer etc are disabled in the application control. I really don’t care if it conforms to oneui or not, I just want a left menu.
I have a view in the center column. My problem is the center column is not wide enough. Some of the columns are being truncated. Is there anyway to control it’s width? Or even disable the right column?
Or does another have a custom control that is like the application control with just a left column where I can drop a menu control and a column on the right where I can drop a view?
Only the min-width from the center column is set. So it always expands to the maximum width there’s left (within the browser), this of course is limited to the resolution from the users device.
First, I pasted an example below where the right column is displayed only when a certain condition is met. If you’re not intending to use it ever, just remove it completely. Second the .lotusColLeft class controls the left columns’ width, you could reduce it to gain some more width for the center column. Last, if you decide to give the content wrapper in the center column a fixed width, you need to add the overflow property as well to make the center column scrollable. This last option is however, in my opinion, less desirable… Hope it helps.
CUSTOM CONTROL
XPAGE