updating listmap
This commit is contained in:
parent
020d49e4eb
commit
6312380ba0
1 changed files with 12 additions and 0 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue