I don't believe that the ThemeRoller code is available for download for hosting internally. If you want to create a a tool in another language that generates stylesheets and images that will work with the CSS framework, you can probably do that by taking a look at the docs and writing the logic to variablize the CSS in your language of choice. http://www.jqueryui.com/docs/Theming/API
Generating theme images is a pretty simple system that simply layers a semi-transparent PNG textures over a flat bg color. Icons are re- colored in a similar way. For ThemeRoller, we used the PHPthumb to make all the images. You might have luck just using the TR Firefox bookmarklet to pull the TR interface into any page. You can use it to develop a theme, then download it. http://www.jqueryui.com/themeroller/developertool/ Hope this helps! _todd On Apr 30, 1:22 pm, Richard <[email protected]> wrote: > Hello list, > I'm interested in hosting a copy of the ThemeRoller WebApp internally. > Where can I download the app and find some instructions how to set it > up? > > Alternativly I'd be interested in a Java API (not JS) to create the > css and Images of the themes. > > Thanks, > Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
