Open GoogleCodeExporter opened 9 years ago
I am not quite sure what you are looking for.
DDCL is constructed just like any other jQuery UI widget, and the options are
supplied when DDCL is applied to the target SELECT item. While the options are
often part of static javascript encoded directly into the html, you can invoke
any dynamic processing you like to construct the option list.
There is no support to modify the options on the fly. You have to destroy the
DDCL and rebuild with a new option list if you want something different.
Original comment by womohun...@ittrium.com
on 21 Jun 2012 at 1:50
I´m facing the same problem: when I try to build the option list dinamically
via a javascript function, my SELECT item doesn't show the options, just shows
an empty list.
<select id="s10" class="s10" multiple="multiple">
<script type="text/javascript">
buildoptionlist()
</script>
</select>
Original comment by amil...@centrogeo.org
on 27 Jun 2012 at 2:50
I need a simple, self-contained HTML example that demonstrates this problem in
order assist you.
Original comment by womohun...@ittrium.com
on 27 Jun 2012 at 2:40
Hi:
I�m sending you two files:
markerList.xml :: XML returned by php
ddcl-test1.html :: The example
Thanks in advance.
Original comment by amil...@centrogeo.org
on 28 Jun 2012 at 1:02
Original issue reported on code.google.com by
kamalana...@gmail.com
on 19 Jun 2012 at 5:50