updating listmap

This commit is contained in:
rolux 2011-06-01 11:11:22 +02:00
parent 020d49e4eb
commit 6312380ba0

View file

@ -464,6 +464,18 @@ Ox.ListMap = function(options, self) {
max: max,
type: 'float',
width: 240
})
.bindEvent({
change: function(data) {
var isResult = self.selectedPlace[0] == '_';
if (!self.isAsync) {
} else {
!isResult && editPlace([v])
}
self.$map.value(self.selectedPlace, v, data.value);
}
});
}), [
self.$areaInput = Ox.Input({