S2 - sx:datetimspicker calendar background color

2010-03-22 Thread Helen Shen
Does anyone know how to change the calendar style of datetimepicker?
Using templateCssPath to point to a new css with different background
does not work.

Any suggestion?

Thanks,
Helen

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Struts2 tabbedpanel tab style

2010-03-10 Thread Helen Shen
I am using Struts2 v2.1.8 and need some help use the ajax tag tabbedpanel.

The tabbedpanel code below generates a blue rounded tabs using the images.
Is there any way to overwrite the style just to do the simple tab w/o
images or use different images since blue is not the color theme of my
site? Thanks in advance!

s:tabbedpanel id=test 
   s:div id=one label=one theme=ajax labelposition=top 
   This is the first pane
   /s:div
   s:div id=two label=two theme=ajax labelposition=top 
   This is the second pane
   /s:div
/s:tabbedpanel

- Helen

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org