Hello, I am making a web application. In it, we use the jquery-ui CSS framework classes as a way of implementing an easy to use and simplistic theming system. This lets us be able to use Themeroller to get a new theme for our site(theme can be chosen per-user)
Well, I see how in (for example) the AJAX Grid, there are some classes used like `rgHeader` and `rgRow`. I would like to replace the class names with something like `ui-widget-header` and such.. How is this possible? Also, is there any kind of documentation on the CSS classes that are used?
Well, I see how in (for example) the AJAX Grid, there are some classes used like `rgHeader` and `rgRow`. I would like to replace the class names with something like `ui-widget-header` and such.. How is this possible? Also, is there any kind of documentation on the CSS classes that are used?
