I am working with the OneUI theme in XPages and when I use a View Control, there is no styling to the control — it is all jumbled together.
I have seen a few posts on this, but the solutions do not work:
http://www.wissel.net/blog/d6plinks/SHWL-7S9D24
I have looked through the data/domino/java/xsp/themes/oneui/core.css and found:
lotusViewControl
lotusView
but they are not for styling – more for graphics.
I looked through data/domino/java/xsp/themes/oneui/xsp.css and found:
xspView
xspDataTableViewPanel
but neither did anything for the styling.
I looked at an XPage using the webstandard theme and it seemed to place the correct styles into the View Control without selecting the style in the XPage itself — I looked the View Control in designer and no style was associated with the control.
Should the OneUI theme do the same or is there a class I need to select for the View Control?
Thanks!
Dan