Closed GoogleCodeExporter closed 8 years ago
got i fixed just changed this:
$dialogContent.find("select[name='title']").val(calEvent.title);
in
$dialogContent.find("select[name='title']");
but other question does somebody know how i write a function than when i edit a
entry
it automatic selects te right name form from the list.
Hopefully somebody understands my englisch ;)
Original comment by luk...@gmail.com
on 19 Aug 2009 at 2:54
sow when the name is "Name 1"
the script does this
<select name="title">
<option value="Name 1" selected >Name 1</option>
<option value="Name 2">Name 2</option>
</select>
Original comment by luk...@gmail.com
on 19 Aug 2009 at 2:59
thanks for posting your update. i'm going to close this one.
Original comment by robmo...@gmail.com
on 22 Sep 2009 at 11:59
Original issue reported on code.google.com by
luk...@gmail.com
on 19 Aug 2009 at 2:19