On Wed, Jan 7, 2009 at 9:57 PM, CodeOfficer <[email protected]> wrote:

>
> Is themeroller still just alpha/beta?


It's official. If you go to the jQuery UI homepage http://ui.jquery.com/ and
click on 'Themes' it takes you to ThemeRoller.


> I cant find mention of its status, and the css related posts on this
> board are only as recent as last June.


It's v2 as of last week's release of 1.6rc4, which includes the new jQuery
UI CSS Framework. More info here

http://blog.jquery.com/2008/12/31/jquery-ui-16rc3-its-getting-really-close/

http://jqueryui.pbwiki.com/jQuery-UI-CSS-Framework

http://jqueryui.pbwiki.com/Themeroller

http://jqueryui.pbwiki.com/ThemeRoller-gallery



> Themeroller is GORGEOUS ....
> I'd love to use it, but I am running into brick walls while trying to.
>
> A few notes of my experience this evening trying to plug a ui theme
> into my project
>
> I've noticed that a generated themeroller zip only gives you a
> ui.theme.css file, and then links externally to 2 base/core css files
> and separate includes for each widget. It would be nice if the
> downloader mentioned those additional dependancies. or better yet,
> included them in the download. I think the ui.theme.css file should be
> all inclusive. (all css and images) Is there a reason it isn't?


This is a known issue. We're just doing some final tests on a fix for it.
Yes, ThemeRoller should include an entire theme. In development/testing we
linked to versions of these other files, as ThemeRoller only modifies the
one (ui.theme.css). The rest make up the jQuery UI CSS Framework, and are
required for plugins to work. You can track progress on this issue/fix here

http://ui.jquery.com/bugs/ticket/3735
http://ui.jquery.com/bugs/ticket/3789

In the meantime, grab the development bundle ( there's a link on the
ui.jquery.com home - top right and bottom right). Here's a direct link:

http://jquery-ui.googlecode.com/files/jquery.ui-1.6rc4.zip

Inside there you'll find a complete theme

/themes/default/

Overwrite the ui.theme.css in there with the one you downloaded from
ThemeRoller and you should be all set. Then you only need to link to
ui.all.css (which does the @imports in the correct order - ui.core.css,
ui.theme.css, ui.allplugins.css).


>
> I also noticed that the the ui-tabs docs show code for the old flora
> theme .. and not docs for integration with themeroller. I assume this
> is just outdated, I don't mind fending for myself here and trying to
> piece together what should be done ... but ...


Yes. In order to ensure documentation is stable, we document the latest
stable version. Currently that is 1.5.3, which included the flora theme.
Flora has been deprecated now that we have the new CSS Framework and
ThemeRoller v2. The docs will be updated over the next 2 weeks leading up
the the 1.6 final release. The old (1.5.3) docs will be archived for those
that still need them.


>
> It used to be possible to just say ... $('#tabs > ul').tabs(); ... and
> all the appropriate class attributes were distributed through the dom
> for a given tabs widget. I'm not sure how its supposed to work now but
> themeroller styling doesn't appear to apply at all for me unless I
> hard code in various css attributes from the demo, and even then I am
> guessing at which ones are required vs which ones reflect a runtime
> state.


Should be fixed by having a complete theme. See above.


>
> Additionally, I've tested using ui.themeroller in environments which
> use a reset.css file.... all hell seems to break lose. I dont know
> many professional sites that go without a reset file, it would be nice
> if all ui-theme styles were built upon common resets. (This would seem
> to be a huge issue to me, is it for others?)


I'd be curious to know if the reset is included before the theme. Also, if
you could test this again once you have a complete theme. If you do have
issues, please let us know.

- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to