~Carol ChuvelutexMar 22, 2011, 9:12 PM9 PostsRe: Controlling the tabs in tabbed panelsThat doesn't seem to work or at least I can't see how to make it work. I added an image="/someimage.jpg" to the tabPanel tag but that just made the image appear to the left of the label text.
~Evelyn DesjumiplopakolMar 23, 2011, 8:22 AM21 PostsRe: Controlling the tabs in tabbed panelsThat's a foreground image.try style="background-image:url('newRightTab.gif');"
~Kim DworesakonyetsiMar 23, 2011, 4:05 PM33 PostsRe: Controlling the tabs in tabbed panelsIn my experience, I've had much more joy using Dojo tabs instead of the XPages inbuilt ones. Firstly, validation does not work across tabs (until you have loaded them for the first time) and they are rather slow and clunky when compared to the dojo ones. Here is an example of how smooth they can be without any page reloads (obviously, the initial page load is slightly slower). I've played about with programatically selecting a tab and the 'closable' ones and they are really good. http://dojotoolkit.org/reference-guide/dijit/layout/TabContainer.html
~Carol ChuvelutexApr 4, 2011, 10:41 AM9 PostsRe: Controlling the tabs in tabbed panels I will look at the alternative dojo tabs because changing the actual background colour of the tab seems impossible. Thanks