[Checkins] SVN: hurry.jqueryui/trunk/README.txt Update README.

Martijn Faassen faassen at startifact.com
Sun Nov 8 06:01:57 EST 2009


Log message for revision 105525:
  Update README.
  

Changed:
  U   hurry.jqueryui/trunk/README.txt

-=-
Modified: hurry.jqueryui/trunk/README.txt
===================================================================
--- hurry.jqueryui/trunk/README.txt	2009-11-08 10:59:27 UTC (rev 105524)
+++ hurry.jqueryui/trunk/README.txt	2009-11-08 11:01:57 UTC (rev 105525)
@@ -16,12 +16,16 @@
 You can import jQuery UI from ``hurry.jqueryui`` and ``.need`` it
 where you want these resources to be included on a page::
 
-  from hurry.jquery import jquery
+  from hurry.jqueryui import jqueryui
 
   .. in your page or widget rendering code, somewhere ..
 
-  jquery.need()
+  jqueryui.need()
 
+You can also use JQuery UI themes:
+
+  from hurry.jqueryui import smoothness
+
 This requires integration between your web framework and
 ``hurry.resource``, and making sure that the original resources
 (shipped in the ``jqueryui-build`` directory in ``hurry.jqueryui``)



More information about the checkins mailing list