[Solar-talk] jQuery helpers in Lux
Rodrigo Moraes
rodrigo.moraes at gmail.com
Tue Oct 2 14:55:00 CDT 2007
Hey,
I mentioned recently the collection of jQuery helpers I had in Tipos.
As Antti suggested, they were moved to Lux, here:
http://lux.googlecode.com/svn/trunk/Lux/View/Helper/
And there are some more news:
* Added support for themes; a "theme" configuration sets the default
theme to be used by all helpers. Each helper can also be configured
separately to use a different theme, but to keep design consistency
this isn't the normal use.
* Added Tabs and Accordion helpers.
* No more Lux_Event dependency. The Js helper has now an internal,
very simple, observer mechanism.
The files to get it working are:
* Lux_View_Helper_Js
* Lux_View_Helper_Jquery
* Lux_View_Helper_Jquery_Base
* And... Lux_View_Helper_Jquery_{HelperName} - the helper(s) you want to use.
That's all. No other dependencies.
The scripts, styles and themes are located in Lux/App/Public.
Currently there are not minified / packed versions for all scripts,
but we should add them shortly.
Let me know if you have any doubts, or if you have a new jQuery helper
to add to the collection! :)
-- rodrigo
More information about the Solar-talk
mailing list