Hi
I am newbie for rails. I developed a single page with three fields.
The fields are name, content and created_on
I have installed the calendar_date_select plugin.
I am using in-place edit for all the fields.
If i change the name and content in-place editing , if i pressed ok,
it stored into my database.
But I can’t able to store the date. How can i do that as in-place edit
with calendar_date_select.
The following code snippet for show.rhtml page
Name:
<%= in_place_editor_field :page, :name %>
Content:
<%= in_place_editor_field :page, :content %>
Created_on:
<%= calendar_date_select :page, :created_on %>
<%= link_to ‘Back’, :action => ‘list’ %>
Please anyone help me to solve this problem. is there any help pages
and manual guide for in-place edit for date.
Thanks in advance
- Basha.S