This, that and the other (may contain nuts)

OneUi Documentation available

Steve Castledine  12 October 2009 18:27:42
The "look and feel" that makes up the styling for XPages development and other Lotus Products (also known as OneUI) now has some officially published documentation. You can read about it in this Domino Designer wiki article.

This documentation is actually for v2.01 of the css etc that Domino ships as "evaluation only" (from 8.5.1) and XPages, out of the box, uses the older version. However it should still be very useful, and going forwards will be the version used by XPages. I also plan on adding some Oneui related projects to OpenNTF soon, so watch this space.

Read the wiki document for full details.
Comments

1Sean Cull  12/10/2009 19:08:58 GMT   OneUi Documentation available

this is really great

tks for the pointer, Sean

2Lars Olufsen  12/10/2009 19:23:56 GMT   OneUi Documentation available

That's downright sexy!

Thanks!

3Peter Presnell  12/10/2009 19:25:51 GMT   OneUi Documentation available

This will be a big help. Thanks for doing this Steve.

4Muhammad Sabir  14/10/2009 23:03:06 GMT   OneUi Documentation available

I was able to find the CSS files under /html/oneuiv2 folder on Domino and Notes 8.5.1. However, there is no sample HTML file which the documentation refers to. Developer guide mentions this:

"Use templateBasic.htm as a starting point"

{ Link }

But where is templateBasic.htm. I searched data directory on client and server but couldn't find it. I googled and couldn't find it either.

5Steve Castledine  15/10/2009 10:27:31 GMT   OneUi Documentation available

The file you refer is within the documentation - example pages>Basic Template

6Muhammad Sabir  15/10/2009 16:03:25 GMT   OneUi Documentation available

Thanks Steve. I found it. Looks like the js, css and image resources are also available on that link, but I just have to copy them one by one. It would be nice to have a zip file with all these resources.

I am trying to create a Notes 8.5.1 template using XPages design elements that follow One UI guidelines.

7Steve Castledine  19/10/2009 11:58:45 GMT   OneUi Documentation available

There will be a template posted to OpenNTF shortly that will provide all that for you (Notes 8.5.1 template using XPages design elements that follow One UI guidelines)

8Sean Cull  30/10/2009 00:51:22 GMT   OneUi Documentation available

Steve,

can you post when the above template is added to openntf, trying to understand how the paging control works CSS wise as the IBM example linked above uses a different structure ( <ul> ) to xpages ( <span> )

Thanks, sean

9Sean Cull  17/03/2010 16:10:41 GMT   OneUi Documentation available

Steve, do you know if the browserDetectionScript shown below is required for an Xpage ( or does it magically get dealt with somehow ) . I am struggling to find a good example of Oneuiv2 that works in ie6

{ Link }

tks, Sean

10Sean Cull  17/03/2010 17:11:54 GMT   OneUi Documentation available

Got it, see <a href="{ Link }{ Link }