Displaying 1 result from an estimated 1 matches for "tipo_cont".
2006 Apr 21
1
how-to pass other values to InPlaceCollectionEditor?
...######################
var editor= new Ajax.InPlaceCollectionEditor(el, url,
{
ajaxOptions: {method: ''get''},
value: 0,
collection: [[1,''aaa''],[2,''bbb''],[3,''ccc''],[0,''ddd'']],
extra_param: ''op=tipo_cont&'',
onBlur: function(request) {Element.show(''indicator'')}
});
######################################
According to you it is corrected? of it could insert this code of default
for the next versions of controls.js?
Antonello