Alter Table look and feel question
Hi All,
I would like to replace the pagination "Go" button in my search results page with one that fits in with the sites style. I can get to the file that describes the image mapping in the theme i have made ie images.properties and how they map to images/table . I cannot find the "Go" button here to replace it. Is there a way of making the tables and all components therein customiziable?
Thanks
Jim
[428 byte] By [
jimmykelso] at [2007-11-26 9:00:03]

# 1
Jim,
You can do this by creating a custom theme. If you look at the "file" window next to the project tab and drill down on the library->defaulttheme.jar, you'll see the "paginate.gif" in the "com.sun.rave.web.ui.defaulttheme.images.table" package.
Please see Gregory Murphy's blog on making a custom theme at
http://blogs.sun.com/roller/page/gjmurphy?entry=quick_guide_editing_themes_for
Cheers!
-David
# 2
Thanks David much appreciated,
I thought I would add a footnote to this as I have now implemented my new theme.
I could not get my theme to work on Tomcat for some time and found that it needed to be added to the project as a .jar when deployed. The bundled C2 server accepts .zip or .jar.
Hope this saves someone a bit of time.
Regards
Jim