Questions tagged [ibm-oneui]

IBM OneUI - Creating structure, navigation and layout for applications

OneUI is about structure, navigation and layout and not so much about colors and fonts. Following its guidelines applications get a consistent look, which user studies show increase user confidence about their ability to use your web application. This translates into less help desk calls. Any consistent framework does that, the advantage of the OneUI is that your applications start looking consistent to the IBM software in use. Furthermore when IBM releases a new visual style, your application can adopt it in no time. It consists of the following structure:

  • Global Navigation: Branding (corporate and application logo), links to core applications, usern ame, login and help

  • Application Navigation: Typically a tab bar on the left and the search box on the right. Search, while potentially acting on the current page content is considered an application level function. You could use a dropdown to allow the user to define the search context

  • Place / Page Navigation: Contains the page title on the left and a series of page level actions on the right. A page would be the place where you conclude an entire interaction. This is different from the Notes client or classic web application model where view (selection of information to act on) and document (the instance of information) are usually on different pages. Some rethinking required (Partial page refresh is your friend!)

  • Main Content: The main content area has one to three columns where the left and right column are optional. If the main content needs navigation or filtering that would be displayed in the left column with navigation above filters. In the right column contextual information can be displayed (e.g. in a Claim form the right column would show the account summary)

  • Footer: The footer area contains logo, copyright and related links that are not frequently uses (e.g. Feedback, documentation, other software)

You can find out more about OneUI from here.

12 questions
1
vote
0 answers

Xpages compatibility issues with OneUI and Domino HCL 11

I am testing several xpages applications that use OneUi on Domino 11. I found that a lot doesn't work, even if the X-UA-Compatible meta tag for Edge. Are there any resources I can apply to remove most errors? If compiling in HCL Designer 11, does it…
1
vote
2 answers

Xpages OneUI 2.1 lotusColLeft: possible to make height same as lotusContent?

I am unsing the application layout in an application where there is no footer. Is there a way to get the lotusColLeft (or/and lotusColRight) to be the same length as the lotusContent div? The users are complaining a bit on the fact that the left…
Ben Dubuc
  • 523
  • 3
  • 14
1
vote
1 answer

XPages ApplicationLayout: how to control TitleBar tabs from a view

I am using the Application Layout for an application we are creating. We would like to controls the tabs that appear on the title bar. The tabs are defined in a document, with a french title, english title and NotesID of what will be the default…
Ben Dubuc
  • 523
  • 3
  • 14
1
vote
1 answer

OneUI app layout, error with pulldown menus

I am using the applayout and OneUI 3.0.2 theme. I have pulldown menus in the banner (application and utility links) but the menu won't show up. Instead I get this JS error: Uncaught lang.hitch: scope["_onKeyPress"] is null (scope="[Widget…
Oliver Busse
  • 3,375
  • 1
  • 16
  • 26
1
vote
1 answer

XPages - how to assign OneUI3 theme?

I have a new XPages app with Domino 9 but I don't see an option to have OneUI3 there. I got also the XPages Demo App 2.0 from OpenNTF where this option exists, however I could not find where does it come from. If I just copy the demo app…
Alexey Zimarev
  • 17,944
  • 2
  • 55
  • 83
1
vote
1 answer

Is OneUI free to use in internal projects?

Have been looking for but couldn't find any licensing information regarding IBM OneUI. The one thing I see is a header inside core.css file, which says: "Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp." Is it…
mzhuk
  • 140
  • 10
0
votes
1 answer

XPAGES AND ONEUI REFERENCE

I would like to know if you can import the interface used for XPages (oneui) inside the application without the need to have to referencing the server or extend it. Thank you
0
votes
1 answer

Xpages OneUI 3.02 paging looks terrible; how to replace with OneUI 2

I prefer OneUI V3.0.2 to 2.0 except for one element, which is paging. I think the new style looks horrible. Here is an example of the old paging style: And here is an example of the new styling: I would like to replace the new styling with the…
Bryan Schmiedeler
  • 2,977
  • 6
  • 35
  • 74
0
votes
2 answers

XPages - onClick and onMouseOver for Navigation Items

I have an XPage which contains a Navigator control. The navigator has 3 Navigation Items, each of which is a basic node. The onClick event of the basic node executes some client side javascript. I would like to change the background color of the…
user1358852
0
votes
2 answers

Copy XPages Themes

I would like to copy the XPages themes in the Teamroom application to my own application but it has not worked. I just copied an dpasted the themes files but the browser will not display and page using one of the copied themes. What else must I do…
0
votes
1 answer

Use a modified XPages Theme for IBM Connections?

The XPages applications built use a Theme that is based on IBM OneUI but alters it in some parts. Now that look and feel should be used for IBM Connections which also is based on IBM OneUI. How to port the changes?
stwissel
  • 20,110
  • 6
  • 54
  • 101
-2
votes
2 answers

XPages templates are not loaded

i'm working on domino server v9.0.1 and from some days my web applications have a problem: -standard templates aren't loaded! My applications are based on oneuiv2.1. What can be the problem? Applications was working fine some days ago... I think…