Sha256: c9f077256449e5608797a80ee8768f481ee710fc675505d2c7c4c902ba596d4f
Contents?: true
Size: 644 Bytes
Versions: 33
Compression:
Stored size: 644 Bytes
Contents
This plugin provides the jQuery UI widgets in a Hobo friendly manner. ### Usage The jQuery UI tags support all of the [options that the corresponding jQuery UI widgets provide](http://docs.jquery.com/UI). For example: <datepicker dateFormat="yy-mm-dd" /> Options that expect a type other than string can be provided by passing a ruby object: <datepicker dayNamesMin="&['Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa']" /> Events are also supported. Pass in a global Javascript function name: <datepicker onSelect="hjq.util.log" /> ### Installation hobo generate install_plugin hobo_jquery_ui git://github.com/tablatom/hobo
Version data entries
33 entries across 33 versions & 1 rubygems