共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > activecalendar |
activecalendar
|
0 | 0 | 18 |
贡献者 | 讨论 | 代码提交 |
OverviewActive Calendar replaces the standard rails date and datetime renderers with the javascript calendar from Dynarch. It is a drop in replacement, meaning no code needs to be changed. Just install the plugin and your app will automatically start using it. It even works with Active Scaffold.
InstallationTo install the plugin use the following command:
./script/plugin install http://activecalendar.googlecode.com/svn/trunk/activecalendarNext add the javascript and stylesheet includes to your layout:
Your app should now use the Dynarch calendar instead of the standard rails date renderers.