Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Using "defer=false" in combination with zones

$
0
0
Hello,

we have a custom component which manages a list of items and allows to
add and remove items to this list. In order to make this work, we have
to set the "defer" parameter of the add/remove-buttons to "false"
because otherwise it would not be possible to use this component in a loop.

Currently we want to add AJAX behavior to this component, allowing to
select the items from AJAX-select-fields (like in [0]). Using
"defer=false" does not work here, as soon as I wrap the fields in a
zone, the selected values are set long after the handling of
"onSelectFromAddButton" which is used to add the item, causing a lot of
problems with the data flow.

Does anyone know how I can use zones in this constellation?

Regards
Stephan

[0] http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/select1

Viewing all articles
Browse latest Browse all 5648

Trending Articles