Hi there,
Do you know how could I extend/modify active scaffold plugin
Basically, I am working with active scaffold export plugin.
I want to add a option of "date_column" for the AS export plugin.
Then I can use a function like this:
active_scaffold :people do |c|
c.actions.add :export
c.export.columns = [ :id, :name, :birth_date ]
c.export.date_column = [:birth_date]
end
to setup a column as date column, and this will enable the export view to
have a div of date range choice field. which gives me a chance to select a
range of date based on the date_column to export.
Thanks a lot!
BR,
Shanbo
--
You received this message because you are subscribed to the Google Groups
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/activescaffold?hl=en.