vote up 2 vote down star

I bought the O'Reilly Dojo book by Matthew Russell. It says "in your toolkit checkout, you can find a theme tester at dijit/themes/themeTester.html.

I downloaded 1.3.2 from here: http://dojotoolkit.com/downloads and cannot find such a file. I would like to see each of the three themes in action. How can I do that?

Thanks, Neal Walters

flag

63% accept rate

2 Answers

vote up 4 vote down check

themeTester isn't in the release (minified) version. You need to download the *-src ones. For example this one: http://download.dojotoolkit.org/release-1.3.2/dojo-release-1.3.2-src.tar.gz. These are available off of the 'More downloads' link on the downloads page.

Besides what Wahnfireden said, you can also check out Dojocampus docs. It has examples embedded where you can dynamically change the theme applied to individual widgets (as well as change the version of dojo that is used). For example, dijit.form.Button has a bunch of examples to look at.

link|flag
1  
Or check out their svn copy. – Wahnfrieden Aug 27 at 17:23
vote up 3 vote down

Dijit Theme Tester

Another great place to test out Dijit and DojoX widgets is to look at their tests. Dijit tests are here, and DojoX tests are within each individual folder here.

Note that these links are to the nightly build, not 1.3.2, so there may be small differences. I'd suggest using the Dojo nightly though, personally.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.