Hi
I am trying to build an application using XPages and using oneUI css framework already built in with 8.5.1.
The oneUI has 2 panels ie. LeftSideBar and the Main content area. How can I create 3 panels using oneUI? Please suggest where and what can I change in the css files so that I get 3 panels instead of 2 as is the case with oneUI.
Appreciate your suggestions!
Subject: Re: 3 Panels in OneUI
I would suggest downloading the XPages Framework template on OpenNTF. That has an example and also uses the oneuiv2 themes, which give 5 colour schemes to choose from.
Are you’re looking for a right sidebar, like I’ve done here: http://www.jasonmedea.net/jasonmedea/main.nsf/cT/Genealogies?Open
If so, looking at the XPages Framework, the class you want is lotusColRight. If that’s not in the oneui css, in a standard installation the oneuiv2 stylesheets are in C:\Program Files\IBM\Lotus\Notes\Data\domino\html\oneuiv2
Subject: lotusColRight
Thanks Paul!lotusColRight is exactly what I was looking for. XPage Framework available at openntf looks great. Also visited your website where you have used metalOneUI2 them and it looks great. I shall do some digging on the XPage framework and use it to create my own app.