thekingsimo / jquery-week-calendar

Automatically exported from code.google.com/p/jquery-week-calendar
0 stars 0 forks source link

Adding more imput fields issue #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there,

Using the full_demo, i'm trying to add some extra fields to the database.

To the "eventNew :" function
I added: var nameField = $dialogContent.find("input[name='name']");

To the "save :" function
I added: calEvent.name = nameField.val();

And ofcourse <label for="name">Name: </label><input type="text" 
name="name" /> in the form.

But when I $.post the whole string, the only thing that is send, are the 
standard ones: start - end - title - body
Where do I have to code more? I don't get it...please help?

Greetz

Original issue reported on code.google.com by choice2r...@gmail.com on 10 Mar 2010 at 1:50

GoogleCodeExporter commented 8 years ago
Hello i want to do same thing .. Want to add my own fields ..
But when i save that event and click again same event than only start - end - 
title - body fields are with value other field are not display which i have 
added ....

Original comment by ankit33...@gmail.com on 8 Jul 2013 at 5:09